Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormatBase Class / Padding Property

In This Topic
    Padding Property (TableFormatBase)
    In This Topic
    Gets the default paddings for all cells in the current table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Padding As CellPadding
    public CellPadding Padding {get;}
    See Also