ISpreadStreamExportRenderer
Interface
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface ISpreadStreamExportRenderer
Derived Classes:
Properties
C#
int ColumnIndex { get; set; }
Methods
C#
void ApplyCellStyle(ISpreadStreamExportCellStyleInfo cellStyle, string formatString)
C#
void ClearCellValue()
C#
void CreateBorderCellStyle(ISpreadStreamExportCellStyleInfo cellStyle)
C#
void CreateCell()
C#
void CreateCellStyle(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)
C#
ISpreadStreamExportCellStyleInfo CreateCellStyleFromLightStyle(ISpreadStreamExportCellStyleInfo cellStyle)
C#
void CreateCellStyleFromTheme()
C#
void CreateColumn()
C#
void CreateLightCellStyle(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)
C#
void CreateRow()
C#
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat, FileExportMode fileExportMode)
C#
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat)
C#
void FinishCell()
C#
void FinishExport()
C#
ISpreadStreamExportCellStyleInfo GetBordersFromExistingStyle(ISpreadStreamExportCellStyleInfo cellStyle)
C#
string GetFileExtension(SpreadStreamExportFormat exportFormat)
C#
void SetHiddenColumn()
C#
void SetHiddenRow()