get_theme_color method

get_theme_color(self, type)

Gets theme color.

Returns

The theme color.


def get_theme_color(self, type):
    ...
ParameterTypeDescription
typeaspose.cells.ThemeColorTypeThe theme color type.

See Also