API Reference
Class
TableRowGroupOption
Configures row grouping.
Inheritance
- TableOption
- TableRowGroupOption
Constructors
public TableRowGroupOption() #Inherited Methods
Properties
public Nullable<Int32> ColumnIndex { get; set; } #Zero-based column index to group by.
public String ColumnName { get; set; } #Column header name to group by.
public Boolean WithCount { get; set; } #Include row count in group headers.
public String LabelFormat { get; set; } #Optional label format string for group headers.