'Declaration Public Property SequenceOfReferences As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences[]
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences[] SequenceOfReferences { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences*[] get_SequenceOfReferences(); public: __property void set_SequenceOfReferences(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences*[]* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^[] SequenceOfReferences { Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^[] get(); void set(array<Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^>^ value); }