Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellPresenterBase Class / Column Property


In This Topic
    Column Property (CellPresenterBase)
    In This Topic
    Gets a value that indicates the column index.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As CellPresenterBase
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also