GetTotalSubGrids

Top  Previous  Next

Gets the number of sub grids.

[Visual Basic .NET]

Public Function GetTotalSubGrids() As Integer

[C#]

public int GetTotalSubGrids();

Parameters

None.

 

Return Value:

The return value is the number of sub grids.

For example, If AllowSections is FALSE, RowsCount is 17, SubGridSizesPattern is empty and SubGridSize is 2, and therefore the return value is 9.

PageSize