SpreadsheetGear 2023
Formula Property (IDatabar)


SpreadsheetGear Namespace > IDatabar Interface : Formula Property
Gets or sets a formula which can be used to limit the values that this conditional format is applied to.
Syntax
'Declaration
 
Property Formula As System.String
'Usage
 
Dim instance As IDatabar
Dim value As System.String
 
instance.Formula = value
 
value = instance.Formula
System.string Formula {get; set;}
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

IDatabar Interface
IDatabar Members