'Declaration Public Sub GetSelection( _ ByRef row1 As Integer, _ ByRef col1 As Integer, _ ByRef row2 As Integer, _ ByRef col2 As Integer _ )
'Declaration
Public Sub GetSelection( _ ByRef row1 As Integer, _ ByRef col1 As Integer, _ ByRef row2 As Integer, _ ByRef col2 As Integer _ )
public void GetSelection( out int row1, out int col1, out int row2, out int col2 )
C1FlexGridClassic Class C1FlexGridClassic Members