Version

EditHeaderCaption Method (WinGridReplayServerBase)

Changes the caption of a Band, Group, or Column Header
Syntax
'Declaration
 
Public Overridable Sub EditHeaderCaption( _
   ByVal headerType As System.Object, _
   ByVal path As System.String, _
   ByVal newCaption As System.String _
) 
public virtual void EditHeaderCaption( 
   System.object headerType,
   System.string path,
   System.string newCaption
)

Parameters

headerType
Indicates the type of header: Band, Group, or Column.
path
A specified band, group, or column by string path.
newCaption
The new caption to assign to the band, group, or column header.
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