ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableCommonStyle Class / Indent Property

In This Topic
    Indent Property (WorkbookTableCommonStyle)
    In This Topic
    Gets or sets the text indent.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property Indent As Integer
    [DefaultValue(0)]
    public int Indent {get; set;}
    See Also