Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellPadding Class / All Property

In This Topic
    All Property
    In This Topic
    Gets or sets the amount of space (in points) to add on all sides around the contents of a single cell or all cells in a table. This property returns null unless the paddings on all sides are the same.
    Syntax
    'Declaration
     
    Public Property All As System.Nullable(Of Single)
    public System.Nullable<float> All {get; set;}
    See Also