ExcelSaveOptionsFormat Property |
Output format
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic ExcelSaveOptionsExcelFormat Format { get; set; }
Public Property Format As ExcelSaveOptionsExcelFormat
Get
Set
public:
property ExcelSaveOptionsExcelFormat Format {
ExcelSaveOptionsExcelFormat get ();
void set (ExcelSaveOptionsExcelFormat value);
}
member Format : ExcelSaveOptionsExcelFormat with get, set
Property Value
Type:
ExcelSaveOptionsExcelFormat
See Also