Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / FrozenTrailingRowCount Property


In This Topic
    FrozenTrailingRowCount Property
    In This Topic
    Gets or sets the number of nonscrolling rows on the trailing edge of this sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Property FrozenTrailingRowCount As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    instance.FrozenTrailingRowCount = value
     
    value = instance.FrozenTrailingRowCount
    [DefaultValue(0)]
    public int FrozenTrailingRowCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is out of range; must be greater than or equal to zero.
    See Also