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