ISpreadExportRenderer
Interface
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface ISpreadExportRenderer
Derived Classes:
Methods
C#
void CallWorkbookCreated()
C#
void ClearCellSelectionValue()
C#
void CreateCellStyleInfo()
C#
void CreateCellStyleInfo(Color backColor, Color foreColor, FontFamily fontFamily, double fontSize, bool isBold, bool isItalic, bool underline, ContentAlignment textAlignment, bool textWrap, BorderBoxStyle borderBoxStyle, Color borderColor, Color borderTopColor, Color borderBottomColor, Color borderRightColor, Color borderLeftColor, Orientation textOrientation = Orientation.Horizontal)
C#
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden, int hierarchyLevel)
C#
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden)
C#
void CreateWorkbook()
C#
object GetFileExtension(SpreadExportFormat exportFormat)
C#
void GetFormatProvider(SpreadExportFormat exportFormat)
C#
void MergeCellSelection()
C#
void RegisterFormatProvider(SpreadExportFormat exportFormat)