TxtSaveOptionsExportQuotePrefix Property |
Indicates whether the single quote sign should be exported as part of the value of one cell
when
QuotePrefix is true for it. Default is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ExportQuotePrefix { get; set; }
Public Property ExportQuotePrefix As Boolean
Get
Set
public:
property bool ExportQuotePrefix {
bool get ();
void set (bool value);
}
member ExportQuotePrefix : bool with get, set
Property Value
Type:
Boolean
See Also