[This is preliminary documentation and is subject to change.]
True if in descending order, false otherwise
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsDescending { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsDescending As Boolean |
Visual C++ |
---|
public: property bool IsDescending { bool get (); void set (bool value); } |