[]
Initializes a new instance of the DataValidationSuggestionItem struct.
public DataValidationSuggestionItem(string text, string value)
Public Sub New(text As String, value As String)
Type | Name | Description |
---|---|---|
string | text | The format text. |
string | value | The value. |
Initializes a new instance of the DataValidationSuggestionItem struct.
public DataValidationSuggestionItem(string text, double value, int numberFormat)
Public Sub New(text As String, value As Double, numberFormat As Integer)
Type | Name | Description |
---|---|---|
string | text | The format text. |
double | value | The value. |
int | numberFormat | The number format. |
Initializes a new instance of the DataValidationSuggestionItem struct.
public DataValidationSuggestionItem(string text, bool value)
Public Sub New(text As String, value As Boolean)
Type | Name | Description |
---|---|---|
string | text | the format text. |
bool | value | The value. |
Initializes a new instance of the DataValidationSuggestionItem struct.
public DataValidationSuggestionItem(string text, CalcError value)
Public Sub New(text As String, value As CalcError)
Type | Name | Description |
---|---|---|
string | text | The format text. |
CalcError | value | The value. |