Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ClearValueUndoAction Class / CellRanges Property


In This Topic
    CellRanges Property
    In This Topic
    Gets the clear cell ranges.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRanges As CellRange()
    'Usage
     
    Dim instance As ClearValueUndoAction
    Dim value() As CellRange
     
    value = instance.CellRanges
    public CellRange[] CellRanges {get;}
    See Also