'Declaration Public Sub SetStyle( _
ByVal documentEditorРедактор документа.As SpreadsheetDocumentEditor, _
ByVal textPropertiesСвойства текста.As Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties, _
ByVal fontPropertiesСвойства шрифта.As Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties, _
ByVal backgroundColorЦвет фона.As Vintasoft.Primitives.VintasoftColor, _
ByVal bordersГраницы.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders, _
ByVal numberFormatЧисловой формат.As System.String _
)
public void SetStyle(
SpreadsheetDocumentEditor documentEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties textProperties,
Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties fontProperties,
Vintasoft.Primitives.VintasoftColor backgroundColor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders borders,
System.String numberFormat
)
public: void SetStyle(
SpreadsheetDocumentEditor* documentEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties* textProperties,
Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties* fontProperties,
Vintasoft.Primitives.VintasoftColor backgroundColor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders* borders,
System.String numberFormat
)
public:
void SetStyle(
SpreadsheetDocumentEditor^ documentEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties^ textProperties,
Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties^ fontProperties,
Vintasoft.Primitives.VintasoftColor backgroundColor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders^ borders,
System.String numberFormat
)
Parameters
- documentEditor
 - Редактор документа.
 - textProperties
 - Свойства текста.
 - fontProperties
 - Свойства шрифта.
 - backgroundColor
 - Цвет фона.
 - borders
 - Границы.
 - numberFormat
 - Числовой формат.