Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / IsAbsolute Property


In This Topic
    IsAbsolute Property
    In This Topic
    Gets a value that indicates whether this ListBoxLength instance holds an absolute value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAbsolute As Boolean
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As Boolean
     
    value = instance.IsAbsolute
    public bool IsAbsolute {get;}

    Property Value

    true if this instance holds an absolute value; otherwise, false.
    See Also