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

In This Topic
    Indent Property (TableFormatBase)
    In This Topic
    Gets or sets the indentation (in points) that shall be added before the leading edge of the current table.
    Syntax
    'Declaration
     
    Public Property Indent As System.Single
    public System.float Indent {get; set;}
    See Also