ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlTableFilter Class / CellSpacing Property

In This Topic
    CellSpacing Property (HtmlTableFilter)
    In This Topic
    Gets or sets the number of pixels between adjacent cells in the output table.
    Syntax
    'Declaration
     
    Public Property CellSpacing As Integer
    public int CellSpacing {get; set;}
    See Also