SetSubGridTitle

Top  Previous  Next

Sets the title of a sub grid in cascade mode.

[Visual Basic .NET]

Public Function SetSubGridTitle(ByVal GridIndex As Integer, ByVal GridTitle As String) As Boolean

[C#]

public bool SetSubGridTitle(int GridIndex, String GridTitle);

Parameters

GridIndex

Specifies the grid index - either the full gird or a sub grid. -1 indicates the full grid; for a sub grid, the parameter's value must be between 0 and the return value of GetTotalSubGrids() minus 1.

GridTitle

Specifies the title of sub grid.

 

 

Return Value:

The return value is TRUE if the action succeeds; otherwise it is FALSE.