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

In This Topic
    CellPadding Property (HtmlTableFilter)
    In This Topic
    Gets or sets the number of pixels between the edge of the cell and its contents.
    Syntax
    'Declaration
     
    Public Property CellPadding As Integer
    public int CellPadding {get; set;}
    See Also