Item
Innehåll
[
Dölj
]GridValidationCollection indexer (1 of 2)
FårHyperlink element vid angivet index.
public GridValidation this[int index] { get; }
Parameter | Beskrivning |
---|---|
index | Elementets nollbaserade index. |
Returvärde
Elementet vid det angivna indexet.
Se även
- class GridValidation
- class GridValidationCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
GridValidationCollection indexer (2 of 2)
FårGridValidation
element vid den angivna cell.if ingen validering, returnera null.
public GridValidation this[int row, int column] { get; }
Parameter | Beskrivning |
---|---|
row | Cellens rad. |
column | Cellens kolumn. |
Returvärde
Elementet vid det angivna indexet.
Anmärkningar
Om det inte finns ett valideringsobjekt vid angivet radkolumnindex, kommer detta att kontrollera kolumnvalideringsobjektet.
Se även
- class GridValidation
- class GridValidationCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop