Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / IsReversed Method


In This Topic
    IsReversed Method
    In This Topic
    Gets a value indicating whether this IconSetCfRule is reversed.
    Syntax
    'Declaration
     
    
    Public Function IsReversed() As Boolean
    'Usage
     
    
    Dim instance As IconSetCfRule
    Dim value As Boolean
     
    value = instance.IsReversed()
    public bool IsReversed()
    See Also