excel_get_style_indexΒΆ

excel_get_style_index returns the index of cell style.

idxStyle = excel_get_style_index(hMap, ssStyleName)

Return Value

idxStyle is the index of a cell style. The index can be used with the function excel_sheet_put_rows.

Parameters

hMap

hMap is a map handle returned by excel_get_style_map.

ssStyleName

ssStyleName is a style name.

History

Version Description
5.5.0 New

id-1334944