Spread Silverlight Documentation
FirstFormula Property (ExcelDataValidation)


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
 
Public Property FirstFormula As System.String
'Usage
 
Dim instance As ExcelDataValidation
Dim value As System.String
 
instance.FirstFormula = value
 
value = instance.FirstFormula
public System.string FirstFormula {get; set;}

Property Value

The first formula.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelDataValidation Class
ExcelDataValidation Members

 

 


Copyright © GrapeCity, inc. All rights reserved.