Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / IsTextIndentSet Method


In This Topic
    IsTextIndentSet Method (DynamicStyleInfo)
    In This Topic
    Determines whether the text indent is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsTextIndentSet() As Boolean
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As Boolean
     
    value = instance.IsTextIndentSet()
    public virtual bool IsTextIndentSet()
    See Also