Gets all
CellArea which contain the data validation settings.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic CellArea[] Areas { get; }
Public ReadOnly Property Areas As CellArea()
Get
public:
property array<CellArea>^ Areas {
array<CellArea>^ get ();
}
member Areas : CellArea[] with get
Property Value
Type:
CellArea
See Also