Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsTabStopSet Method


In This Topic
    IsTabStopSet Method (StyleInfo)
    In This Topic
    Gets whether the tab stop setting of the cell (TabStop property) is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsTabStopSet() As Boolean
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsTabStopSet()
    public virtual bool IsTabStopSet()
    See Also