Click or drag to resize

XlsWorksheet FirstVisibleRow Property

Gets or sets the index of the first visible row in the worksheet. The value is 1-based.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FirstVisibleRow { get; set; }

Property Value

Type: Int32

Implements

IWorksheet FirstVisibleRow
See Also