Version

EditHeaderCaption Method (IGridReplay)

Syntax
'Declaration
 
Sub EditHeaderCaption( _
   ByVal headerType As System.Object, _
   ByVal path As System.String, _
   ByVal newCaption As System.String _
) 
void EditHeaderCaption( 
   System.object headerType,
   System.string path,
   System.string newCaption
)

Parameters

headerType
path
newCaption
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