Version

GetColumnHeaders Method (UltraGridTestObject)

Return the column header captions for the visible columns in the specified band
Syntax
'Declaration
 
Public Function GetColumnHeaders( _
   ByVal BandIndex As Integer _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetColumnHeaders( 
   int BandIndex
)

Parameters

BandIndex
0-Based band index for which to get the columns off

Return Value

list of visible column's header text as HashtableEx value
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