Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualTextIndent Property


In This Topic
    ActualTextIndent Property
    In This Topic
    Gets or sets the current amount used to indent the cell text.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public ReadOnly Property ActualTextIndent As Integer
    'Usage
     
    Dim instance As Cell
    Dim value As Integer
     
    value = instance.ActualTextIndent
    [DefaultValue(0)]
    public int ActualTextIndent {get;}

    Property Value

    The amount to indent the text in a cell. The default value is 0 pixels.
    See Also