Aspose::Cells::GlobalizationSettings::GetDefaultSheetName method
GlobalizationSettings::GetDefaultSheetName method
Gets the default sheet name for adding worksheet automatically. Default is “Sheet”.
virtual U16String Aspose::Cells::GlobalizationSettings::GetDefaultSheetName()
ReturnValue
the default sheet name for adding worksheet automatically
Remarks
The automatically added(such as by WorksheetCollection.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
- Class U16String
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++