Click or drag to resize

XlsWorksheet GetColumnIsHide Method

Indicates whether the column is hidden.

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

Parameters

columnIndex
Type: System Int32
Column index.

Return Value

Type: Boolean
See Also