Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnResizeExtent Class / FirstColumn Property


In This Topic
    FirstColumn Property
    In This Topic
    Gets the index of the first column in the contiguous selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property FirstColumn As Integer
    'Usage
     
    Dim instance As ColumnResizeExtent
    Dim value As Integer
     
    value = instance.FirstColumn
    public int FirstColumn {get;}
    See Also