Aspose::Cells::CellsHelper::NeedQuoteInFormula method
CellsHelper::NeedQuoteInFormula(const U16String&) method
Indicates whether the name of the sheet should be enclosed in single quotes.
static bool Aspose::Cells::CellsHelper::NeedQuoteInFormula(const U16String &sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | const U16String& | The name of the sheet |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellsHelper::NeedQuoteInFormula(const char16_t*) method
Indicates whether the name of the sheet should be enclosed in single quotes.
static bool Aspose::Cells::CellsHelper::NeedQuoteInFormula(const char16_t *sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | const char16_t* | The name of the sheet |
ReturnValue
See Also
- Class Vector
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++