ValidationCollectionItem Property |
Gets the
Validation element at the specified index.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Validation this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Validation
Get
public:
property Validation^ default[int index] {
Validation^ get (int index);
}
member Item : Validation with get
Parameters
- index
- Type: SystemInt32
The zero based index of the element.
Return Value
Type:
ValidationThe element at the specified index.
See Also