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