Search
Worksheet.FirstFrozenColumn Property
See Also
 






Gets or sets the index of the first frozen column in the worksheet.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public int FirstFrozenColumn { get; set; }

Visual Basic  Copy Code

Public Property FirstFrozenColumn As Integer

 Property Value

An integer value.

 See Also