RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridButtonCellProps..::..GetCellStyleExceptionMessage Method

Gets the cell style exception message.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static string GetCellStyleExceptionMessage(
	DataEntryGridRow row,
	int columnId
)
Public Shared Function GetCellStyleExceptionMessage ( _
	row As DataEntryGridRow, _
	columnId As Integer _
) As String
public:
static String^ GetCellStyleExceptionMessage(
	DataEntryGridRow^ row, 
	int^ columnId
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.

Return Value

System.String.