[]
Represents a suggested data for the cell.
public struct DataValidationSuggestionItem : IEquatable<DataValidationSuggestionItem>
Public Structure DataValidationSuggestionItem
Implements IEquatable(Of DataValidationSuggestionItem)
| Name | Description |
|---|---|
| DataValidationSuggestionItem(string, CalcError) | Initializes a new instance of the DataValidationSuggestionItem struct. |
| DataValidationSuggestionItem(string, bool) | Initializes a new instance of the DataValidationSuggestionItem struct. |
| DataValidationSuggestionItem(string, double, int) | Initializes a new instance of the DataValidationSuggestionItem struct. |
| DataValidationSuggestionItem(string, string) | Initializes a new instance of the DataValidationSuggestionItem struct. |
| Name | Description |
|---|---|
| NumberFormatID | Gets the suggested number format. |
| Text | Gets the formatted text of the suggested value. |
| ValueType | Gets the value type of this IPrimitiveValue instance. |
| Name | Description |
|---|---|
| Equals(DataValidationSuggestionItem) | Determines whether the specified object is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetDate() | Gets the double value. |
| GetError() | Gets the CalcError value. |
| GetHashCode() | Returns a hash code for this instance. |
| GetLogical() | Gets the bool value. |
| GetNumber() | Gets the double value. |
| GetText() | Gets the string value. |
| GetTime() | Gets the double value. |
| ToString() | Gets the description of this instance. |