Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / IsTabStopSet Method


In This Topic
    IsTabStopSet Method
    In This Topic
    Gets a value that indicates 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()

    Return Value

    true if the tab stop setting of the cell (TabStop property) is set; otherwise, false.
    See Also