Struct Table
Namespace: FastReport.RichTextParser
Assembly: FastReport.dll
Syntax
public struct Table
Fields
columns
Declaration
public List<Column> columns
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Column> |
rows
Declaration
public List<TableRow> rows
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<TableRow> |
size
Declaration
public long size
Field Value
Type | Description |
---|---|
System.Int64 |