Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ColorTransform Structure / IsEmpty Method


In This Topic
    IsEmpty Method (ColorTransform)
    In This Topic
    Is empty color transform.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As ColorTransform
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()
    See Also