ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableCell Interface / ColSpan Property

In This Topic
    ColSpan Property (ITableCell)
    In This Topic
    Gets the number of columns that the table cell spans.
    Syntax
    'Declaration
     
    ReadOnly Property ColSpan As Integer
    int ColSpan {get;}

    Property Value

    An System.Int32 representing the number of columns that the table cell spans.
    See Also