IWorksheet
IsRowVisible Method
|
Method check is Row with specifed index visible to user or not.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsRowVisible(
int rowIndex
)
Function IsRowVisible (
rowIndex As Integer
) As Boolean
bool IsRowVisible(
int rowIndex
)
abstract IsRowVisible :
rowIndex : int -> bool
Parameters
-
rowIndex
-
Type:
System
Int32
Index of row visibility of each must be checked.
Return Value
Type:
Boolean
True - row is visible to user, otherwise False.
See Also