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


In This Topic
    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