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


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

    Property Value

    The frozen column count.
    See Also