SpreadsheetGear 2017
Databar Property (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : Databar Property
Returns the instance of IDatabar associated with this conditional format or null if there is no Databar associated with this conditional format.
Syntax
'Declaration
 
ReadOnly Property Databar As IDatabar
'Usage
 
Dim instance As IFormatCondition
Dim value As IDatabar
 
value = instance.Databar
IDatabar Databar {get;}
read-only property Databar: IDatabar; 
function get Databar : IDatabar
__property IDatabar* get_Databar();
property IDatabar^ Databar {
   IDatabar^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFormatCondition Interface
IFormatCondition Members