GrapeCity.Xaml.Excel
FrozenRowCount Property (ExcelWorksheet)


Gets or sets the frozen row count.
Syntax
'Declaration
 
Public Property FrozenRowCount As Integer
'Usage
 
Dim instance As ExcelWorksheet
Dim value As Integer
 
instance.FrozenRowCount = value
 
value = instance.FrozenRowCount
public int FrozenRowCount {get; set;}

Property Value

The frozen row count.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options