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