Version

GetColumnCount Method (UltraComboTestObject)

Return the number of visible columns in the specified band
Syntax
'Declaration
 
Public Function GetColumnCount( _
   ByVal BandIndex As Integer _
) As Integer
public int GetColumnCount( 
   int BandIndex
)

Parameters

BandIndex
0-Based band index to count columns for

Return Value

The number of visible columns for the specified band
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