Gets or sets the index of the first frozen column in the worksheet.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public int FirstFrozenColumn { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FirstFrozenColumn As Integer |
An integer value.
See Also