Click or drag to resize

XlsWorksheet Columns Property

For a Worksheet object, returns an array of Range objects that represents all used columns on the specified worksheet. Read-only Range object.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange[] Columns { get; }

Property Value

Type: IXLSRange

Implements

IWorksheet Columns
See Also