Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / FrozenColumnCount Property


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

    Property Value

    The frozen column count.
    See Also