Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / RowCount Property


In This Topic
    RowCount Property (SheetCorner)
    In This Topic
    Gets or sets the number of rows in the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property RowCount As Integer
    'Usage
     
    
    Dim instance As SheetCorner
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    public int RowCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified row count is less than 0 or greater than 256.
    See Also