Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardCopyCommand Class / RowCount Property


In This Topic
    RowCount Property (LegacyClipboardCopyCommand)
    In This Topic
    Gets the total row count of cell range.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As LegacyClipboardCopyCommand
    Dim value As Integer
     
    value = instance.RowCount
    protected int RowCount {get;}

    Property Value

    An integer value indicates the total row count of cell range.
    See Also