Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int MaxColumnCount { get; }
Public ReadOnly Property MaxColumnCount As Integer
	Get
public:
virtual property int MaxColumnCount {
	int get () sealed;
}
abstract MaxColumnCount : int with get
override MaxColumnCount : int with get

Property Value

Int32

Implements

IWorkbook..::..MaxColumnCount

See Also