Click or drag to resize

IWorksheet IsColumnVisible Method

Method check is Column with specifed index visible to end 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 IsColumnVisible(
	int columnIndex
)

Parameters

columnIndex
Type: System Int32
Index of column.

Return Value

Type: Boolean
True - column is visible; otherwise False.
See Also