Click or drag to resize

XlsWorksheet IsColumnVisible Method

Indicates whether column is visible.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsColumnVisible(
	int columnIndex
)

Parameters

columnIndex
Type: System Int32
Column index.

Return Value

Type: Boolean
true - visible, otherwise false.

Implements

IWorksheet IsColumnVisible(Int32)
See Also