ValidationValue2 Property |
Represents the second value associated with the data validation.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Object Value2 { get; set; }
Public Property Value2 As Object
Get
Set
public:
property Object^ Value2 {
Object^ get ();
void set (Object^ value);
}
member Value2 : Object with get, set
Property Value
Type:
Object
See Also