'Declaration Public Property FocusedCells As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences FocusedCells { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* get_FocusedCells(); public: __property void set_FocusedCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ FocusedCells { Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ value); }