Aspose::Cells::Workbook::CreateStyle method

Workbook::CreateStyle() method

Creates a new style.

Style Aspose::Cells::Workbook::CreateStyle()

ReturnValue

Returns a style object.

See Also

Workbook::CreateStyle(bool) method

Creates a new style.

Style Aspose::Cells::Workbook::CreateStyle(bool cloneDefaultStyle)
ParameterTypeDescription
cloneDefaultStyleboolIncidates whether clones the default style

ReturnValue

Returns a style object.

See Also