Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / FrozenTrailingRowCount Property


In This Topic
    FrozenTrailingRowCount Property (Worksheet)
    In This Topic
    Gets the number of non-scrolling rows on the trailing edge of this sheet.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property FrozenTrailingRowCount As Integer
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Integer
     
    value = instance.FrozenTrailingRowCount
    public virtual int FrozenTrailingRowCount {get;}
    See Also