InterfaceISpreadStreamExportRenderer
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public interface ISpreadStreamExportRenderer
Properties
Methods
ApplyCellStyle(ISpreadStreamExportCellStyleInfo, string)
Declaration
void ApplyCellStyle(ISpreadStreamExportCellStyleInfo cellStyle, string formatString)
Parameters
cellStyle
ISpreadStreamExportCellStyleInfo
formatString
ClearCellValue()
Declaration
void ClearCellValue()
CreateBorderCellStyle(ISpreadStreamExportCellStyleInfo)
Declaration
void CreateBorderCellStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
cellStyle
CreateCell()
Declaration
void CreateCell()
CreateCellStyle(Color, Color, FontFamily, double, bool, bool, bool, ContentAlignment, bool, BorderBoxStyle, Color, Color, Color, Color, Color)
Declaration
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)
Parameters
backColor
foreColor
fontFamily
fontSize
isBold
isItalic
underline
textAlignment
textWrap
borderBoxStyle
borderColor
borderTopColor
borderBottomColor
borderRightColor
borderLeftColor
CreateCellStyleFromLightStyle(ISpreadStreamExportCellStyleInfo)
Declaration
ISpreadStreamExportCellStyleInfo CreateCellStyleFromLightStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
cellStyle
Returns
CreateCellStyleFromTheme()
Declaration
void CreateCellStyleFromTheme()
CreateColumn()
Declaration
void CreateColumn()
CreateLightCellStyle(Color, Color, FontFamily, double, bool, bool, bool, ContentAlignment, bool, BorderBoxStyle, Color, Color, Color, Color, Color)
Declaration
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)
Parameters
backColor
foreColor
fontFamily
fontSize
isBold
isItalic
underline
textAlignment
textWrap
borderBoxStyle
borderColor
borderTopColor
borderBottomColor
borderRightColor
borderLeftColor
CreateRow()
Declaration
void CreateRow()
CreateWorkbook(Stream, SpreadStreamExportFormat)
Declaration
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat)
Parameters
stream
exportFormat
CreateWorkbook(Stream, SpreadStreamExportFormat, FileExportMode)
Declaration
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat, FileExportMode fileExportMode)
Parameters
stream
exportFormat
fileExportMode
FinishCell()
Declaration
void FinishCell()
FinishExport()
Declaration
void FinishExport()
GetBordersFromExistingStyle(ISpreadStreamExportCellStyleInfo)
Declaration
ISpreadStreamExportCellStyleInfo GetBordersFromExistingStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
cellStyle
Returns
GetCellStyleInfo()
Declaration
ISpreadStreamExportCellStyleInfo GetCellStyleInfo()
Returns
GetFileExtension(SpreadStreamExportFormat)
Declaration
string GetFileExtension(SpreadStreamExportFormat exportFormat)
Parameters
exportFormat
Returns
SetHiddenColumn()
Declaration
void SetHiddenColumn()
SetHiddenRow()
Declaration
void SetHiddenRow()