'Declaration Public Property CellsStyle As Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle
public Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle CellsStyle { get; set; }
public: __property Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle* get_CellsStyle(); public: __property void set_CellsStyle(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle* value
);
public:
property Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle^ CellsStyle { Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle^ get(); void set(Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle^ value); }