Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / Indent Property

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