GetSheetIndex

ICellularFormatInstance.GetSheetIndex method

Gets the worksheet index by worksheet name, if possible.

public int GetSheetIndex(string sheetName)
Parameter Type Description
sheetName String Worksheet name

Return Value

Worksheet index or -1 if not found

See Also