InterfaceISpreadExportRenderer
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
public interface ISpreadExportRenderer
Methods
CallWorkbookCreated()
Declaration
void CallWorkbookCreated()
ClearCellSelectionValue()
Declaration
void ClearCellSelectionValue()
CreateCellStyleInfo()
Declaration
void CreateCellStyleInfo()
CreateCellStyleInfo(Color, Color, FontFamily, double, bool, bool, bool, ContentAlignment, bool, BorderBoxStyle, Color, Color, Color, Color, Color, Orientation)
Declaration
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)
Parameters
backColor
foreColor
fontFamily
fontSize
isBold
isItalic
underline
textAlignment
textWrap
borderBoxStyle
borderColor
borderTopColor
borderBottomColor
borderRightColor
borderLeftColor
textOrientation
CreateFloatingImage(int, int, int, int, byte[], string, int, int, int)
Declaration
void CreateFloatingImage(int rowIndex, int columnIndex, int offsetX, int offsetY, byte[] bytes, string extension, int width, int height, int rotationAngle)
Parameters
rowIndex
columnIndex
offsetX
offsetY
bytes
byte[]
extension
width
height
rotationAngle
CreateGridViewExportDataRowInfo(int, List<IGridViewSpreadExportCellInfo>, bool)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden)
Parameters
currentIndent
cells
List<IGridViewSpreadExportCellInfo>
exportAsHidden
Returns
CreateGridViewExportDataRowInfo(int, List<IGridViewSpreadExportCellInfo>, bool, int)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden, int hierarchyLevel)
Parameters
currentIndent
cells
List<IGridViewSpreadExportCellInfo>
exportAsHidden
hierarchyLevel
Returns
CreateGridViewExportGroupRowInfo(int, string, int, bool)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden)
Parameters
currentIndent
content
colSpan
exportAsHidden
Returns
CreateGridViewExportGroupRowInfo(int, string, int, bool, int)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden, int hierarchyLevel)
Parameters
currentIndent
content
colSpan
exportAsHidden
hierarchyLevel
Returns
CreateWorkbook()
Declaration
void CreateWorkbook()
GetCellStyleInfo()
Declaration
ISpreadExportCellStyleInfo GetCellStyleInfo()
Returns
GetFileExtension(SpreadExportFormat)
Declaration
object GetFileExtension(SpreadExportFormat exportFormat)
Parameters
exportFormat
Returns
GetFormatProvider(SpreadExportFormat)
Declaration
void GetFormatProvider(SpreadExportFormat exportFormat)
Parameters
exportFormat
MergeCellSelection()
Declaration
void MergeCellSelection()
RegisterFormatProvider(SpreadExportFormat)
Declaration
void RegisterFormatProvider(SpreadExportFormat exportFormat)
Parameters
exportFormat
SetCellSelectionFormat(string)
Declaration
void SetCellSelectionFormat(string formatString)
Parameters
formatString