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


In This Topic
    FrozenTrailingRowCount Property (SubWorksheet)
    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 SubWorksheet
    Dim value As Integer
     
    value = instance.FrozenTrailingRowCount
    public virtual int FrozenTrailingRowCount {get;}
    See Also