SpreadsheetGear 2023
SplitColumns Property (IWorksheetWindowInfo)


SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : SplitColumns Property
Gets or sets the number of columns displayed to the left of the split.
Syntax
'Declaration
 
Property SplitColumns As System.Integer
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim value As System.Integer
 
instance.SplitColumns = value
 
value = instance.SplitColumns
System.int SplitColumns {get; set;}
Remarks
Note that this property is named SplitColumn in Excel. It has been renamed in SpreadsheetGear due to the fact that it is a count of columns rather than a column number.
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

IWorksheetWindowInfo Interface
IWorksheetWindowInfo Members
WindowInfo Property