Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeCommandParameter Class / Cell Property


In This Topic
    Cell Property
    In This Topic
    Current position of active cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cell As CellReference
    'Usage
     
    Dim instance As CellTypeCommandParameter
    Dim value As CellReference
     
    value = instance.Cell
    public CellReference Cell {get;}
    See Also