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)
ParameterTypeDescription
sheetNameconst U16String&The name of the sheet

ReturnValue

See Also

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)
ParameterTypeDescription
sheetNameconst char16_t*The name of the sheet

ReturnValue

See Also