ComponentOne True DBGrid for WinForms
Split.CellRange Constructor(Int32,Int32)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > Split.CellRange Structure > Split.CellRange Constructor : Split.CellRange Constructor(Int32,Int32)
The row.
The col.
Initializes a new instance of the Split.CellRange struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public Split.CellRange( 
   System.int row,
   System.int col
)

Parameters

row
The row.
col
The col.
See Also

Reference

Split.CellRange Structure
Split.CellRange Members
Overload List