[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.IsRequiredExport

IsRequiredExport Method

IsRequiredExport()

Gets a value indicating whether the cell type requires to export its data to XLSX format.

Declaration
protected virtual bool IsRequiredExport()
Protected Overridable Function IsRequiredExport() As Boolean
Returns
Type Description
bool

true if the cell type requires to export its data to XLSX format; otherwise, false.