'Declaration Public Sub SetStyle( _
ByVal documentEditorThe document editor.As SpreadsheetDocumentEditor, _
ByVal textPropertiesThe text properties.As Vintasoft.Imaging.Office.Spreadsheet.Document.TextProperties, _
ByVal fontPropertiesThe font properties.As Vintasoft.Imaging.Office.Spreadsheet.Document.FontProperties, _
ByVal backgroundColorColor of the background.As Vintasoft.Primitives.VintasoftColor, _
ByVal bordersThe borders.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellBorders, _
ByVal numberFormatThe number format.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
- The document editor.
- textProperties
- The text properties.
- fontProperties
- The font properties.
- backgroundColor
- Color of the background.
- borders
- The borders.
- numberFormat
- The number format.