GrapeCity.Xaml.Excel
FirstFormula Property (IExcelDataValidation)


Gets or sets the first formula in the data validation dropdown. It is used as bounds for 'between' and 'notBetween' relation operators, and the only formula used for other relational operators (equal, notEqual, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual), or for custom or list type data validation. The content can be a formula or a constant or a list of series (comma separated values).
Syntax
'Declaration
 
Property FirstFormula As String
'Usage
 
Dim instance As IExcelDataValidation
Dim value As String
 
instance.FirstFormula = value
 
value = instance.FirstFormula
string FirstFormula {get; set;}

Property Value

The first formula.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelDataValidation Interface
IExcelDataValidation Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options