GlobalizationSettings.GetDefaultSheetName

GlobalizationSettings.GetDefaultSheetName method

Gets the default sheet name for adding worksheet automatically. Default is “Sheet”.

public virtual string GetDefaultSheetName()

Return Value

the default sheet name for adding worksheet automatically

Remarks

The automatically added(such as by Add) sheet’s name will be the specified name plus sequence number. For example, for Germany user maybe wants the sheet name to be “Tabellenblatt2” instead of “Sheet2”. Then user may implement this method to return “Tabellenblatt”.

See Also