TxtSaveOptionsFormatStrategy Property |
Gets and sets the format strategy when exporting the cell value as string.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic CellValueFormatStrategy FormatStrategy { get; set; }
Public Property FormatStrategy As CellValueFormatStrategy
Get
Set
public:
property CellValueFormatStrategy FormatStrategy {
CellValueFormatStrategy get ();
void set (CellValueFormatStrategy value);
}
member FormatStrategy : CellValueFormatStrategy with get, set
Property Value
Type:
CellValueFormatStrategy
See Also