.. highlightlang:: us .. _excel_get_style_index: excel_get_style_index ===================== .. index:: excel_get_style_index .. us.tag excel_get_style_index NOTREADYENGLISH excel excel-write New590 :ref:`excel_get_style_index` returns the index of cell style. .. function:: idxStyle = excel_get_style_index(hMap, ssStyleName) .. us.return **Return Value** *idxStyle* is the index of a cell style. The index can be used with the function :ref:`excel_sheet_put_rows`. .. us.params **Parameters** .. uparam:: hMap *hMap* is a map handle returned by :ref:`excel_get_style_map`. .. uparam:: ssStyleName *ssStyleName* is a style name. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.5.0 - New .. seealso:: :ref:`overview-excel-files`, :ref:`excel_create`, :ref:`excel_sheet_create`, :ref:`excel_sheet_put_rows`, :ref:`excel_get_style_map`, :ref:`MapDestroy` :sub:`id-1334944`