Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / FrozenRowCount Property


In This Topic
    FrozenRowCount Property (ExcelWorksheet)
    In This Topic
    Gets or sets the frozen row count.
    Syntax
    'Declaration
     
    Public Property FrozenRowCount As Integer
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Integer
     
    instance.FrozenRowCount = value
     
    value = instance.FrozenRowCount
    public int FrozenRowCount {get; set;}

    Property Value

    The frozen row count.
    See Also