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

DataEntryGridRow..::..GetCellProps Method

Gets the cell props.

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

Syntax


public DataEntryGridCellProps GetCellProps(
	int columnId
)
Public Function GetCellProps ( _
	columnId As Integer _
) As DataEntryGridCellProps
public:
DataEntryGridCellProps^ GetCellProps(
	int^ columnId
)

Parameters

columnId
Type: Int32
The column identifier.

Return Value

DataEntryGridCellProps.