Spread Silverlight Documentation
FrozenRowCount Property (ExcelWorksheet)


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

Property Value

The frozen row count.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members