SpreadsheetGear 2017
MaxColumns Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : MaxColumns Property
Returns the maximum number of columns in a worksheet.
Syntax
'Declaration
 
ReadOnly Property MaxColumns As System.Integer
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Integer
 
value = instance.MaxColumns
System.int MaxColumns {get;}
read-only property MaxColumns: System.Integer; 
function get MaxColumns : System.int
__property System.int get_MaxColumns();
property System.int MaxColumns {
   System.int get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
MaxRows Property
MaxWorksheets Property