SubGridSizesPattern

Top  Previous  Next

Gets or sets the initial sizes of all sub grids.

[Visual Basic .NET]

Public Property SubGridSizesPattern As String

[C#]

public string SubGridSizesPattern {get; set;}

 

Remarks:

It contains comma-separated values for initial sizes of all sub grids. For example, if the property RowsCount is 17, you want to create 4 sub grids with the sizes of 3, 5 2, and 7, so you can pass "3, 5, 2, 7" to this property since the sum up of them is equal to 17.

If the sum up of values in this property is not equal to the RowsCount property, this property is discarded and the property SubGridSize will kick in to determine how to generate all sub grids.

If the property AllowSections is TRUE, this property becomes irrelevant.