Search Results for

    Show / Hide Table of Contents

    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
    Back to top © 1998-2025 Copyright Fast Reports Inc.