Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowUngroupExtent Class / Count Property


In This Topic
    Count Property (RowUngroupExtent)
    In This Topic
    Gets the number of rows to remove.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As RowUngroupExtent
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also