 | cursorZoneBuilderbuildColumns Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the columns in targeted zone - respecting provided relative withs
Namespace:
imbSCI.Core.reporting.zone
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntaxpublic void buildColumns(
int numberOfColumns,
params int[] relWidth
)
Request Example
View SourceParameters
- numberOfColumns
- Type: SystemInt32
Number of columns to build inside the zone. Use small numbers. - relWidth
- Type: SystemInt32
Relative width ratio for each column. If less is provided than numberOfColumns the rest of columns will have relWidth=1
RemarksWidths are relative to each other. If you want first column to be double in width than each of the other two use: 2,1,1
See Also