Interface ISpreadExportRenderer
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface ISpreadExportRenderer
Methods
AddHyperlink(String)
Declaration
void AddHyperlink(string link)
Parameters
|
System.String
link
|
AddWorksheet(String)
Declaration
void AddWorksheet(string sheetName)
Parameters
|
System.String
sheetName
|
CallWorkbookCreated()
Declaration
void CallWorkbookCreated()
ClearCellSelectionValue()
Declaration
void ClearCellSelectionValue()
CreateCellSelection(Int32, Int32)
Declaration
void CreateCellSelection(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
CreateCellSelection(Int32, Int32, Int32, Int32)
Declaration
void CreateCellSelection(int fromRowIndex, int fromColumnIndex, int toRowIndex, int toColumnIndex)
Parameters
|
System.Int32
fromRowIndex
|
|
System.Int32
fromColumnIndex
|
|
System.Int32
toRowIndex
|
|
System.Int32
toColumnIndex
|
CreateCellStyleInfo()
Declaration
void CreateCellStyleInfo()
CreateCellStyleInfo(Color, Color, FontFamily, Double, Boolean, Boolean, Boolean, ContentAlignment, Boolean, 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)
Parameters
|
System.Drawing.Color
backColor
|
|
System.Drawing.Color
foreColor
|
|
System.Drawing.FontFamily
fontFamily
|
|
System.Double
fontSize
|
|
System.Boolean
isBold
|
|
System.Boolean
isItalic
|
|
System.Boolean
underline
|
|
System.Drawing.ContentAlignment
textAlignment
|
|
System.Boolean
textWrap
|
|
BorderBoxStyle
borderBoxStyle
|
|
System.Drawing.Color
borderColor
|
|
System.Drawing.Color
borderTopColor
|
|
System.Drawing.Color
borderBottomColor
|
|
System.Drawing.Color
borderRightColor
|
|
System.Drawing.Color
borderLeftColor
|
|
System.Windows.Forms.Orientation
textOrientation
|
CreateFloatingImage(Int32, Int32, Int32, Int32, Byte[], String, Int32, Int32, Int32)
Declaration
void CreateFloatingImage(int rowIndex, int columnIndex, int offsetX, int offsetY, byte[] bytes, string extension, int width, int height, int rotationAngle)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
|
System.Int32
offsetX
|
|
System.Int32
offsetY
|
|
System.Byte[]
bytes
|
|
System.String
extension
|
|
System.Int32
width
|
|
System.Int32
height
|
|
System.Int32
rotationAngle
|
CreateFreezePanes(Int32, Int32)
Declaration
void CreateFreezePanes(int rowsCount, int columnsCount)
Parameters
|
System.Int32
rowsCount
|
|
System.Int32
columnsCount
|
CreateGridViewExportDataRowInfo(Int32, List<IGridViewSpreadExportCellInfo>, Boolean)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden)
Parameters
|
System.Int32
currentIndent
|
|
System.Collections.Generic.List<IGridViewSpreadExportCellInfo>
cells
|
|
System.Boolean
exportAsHidden
|
Returns
|
IGridViewSpreadExportRowInfo
|
CreateGridViewExportDataRowInfo(Int32, List<IGridViewSpreadExportCellInfo>, Boolean, Int32)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden, int hierarchyLevel)
Parameters
|
System.Int32
currentIndent
|
|
System.Collections.Generic.List<IGridViewSpreadExportCellInfo>
cells
|
|
System.Boolean
exportAsHidden
|
|
System.Int32
hierarchyLevel
|
Returns
|
IGridViewSpreadExportRowInfo
|
CreateGridViewExportGroupRowInfo(Int32, String, Int32, Boolean)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden)
Parameters
|
System.Int32
currentIndent
|
|
System.String
content
|
|
System.Int32
colSpan
|
|
System.Boolean
exportAsHidden
|
Returns
|
IGridViewSpreadExportRowInfo
|
CreateGridViewExportGroupRowInfo(Int32, String, Int32, Boolean, Int32)
Declaration
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden, int hierarchyLevel)
Parameters
|
System.Int32
currentIndent
|
|
System.String
content
|
|
System.Int32
colSpan
|
|
System.Boolean
exportAsHidden
|
|
System.Int32
hierarchyLevel
|
Returns
|
IGridViewSpreadExportRowInfo
|
CreateWorkbook()
Declaration
void CreateWorkbook()
Export(Stream)
Declaration
void Export(Stream stream)
Parameters
|
System.IO.Stream
stream
|
GetCellSelection()
Declaration
object GetCellSelection()
Returns
|
System.Object
|
GetCellSelectionValue()
Declaration
object GetCellSelectionValue()
Returns
|
System.Object
|
GetCellStyleInfo()
GetFileExtension(SpreadExportFormat)
Declaration
object GetFileExtension(SpreadExportFormat exportFormat)
Parameters
|
SpreadExportFormat
exportFormat
|
Returns
|
System.Object
|
GetFormatProvider(SpreadExportFormat)
Declaration
void GetFormatProvider(SpreadExportFormat exportFormat)
Parameters
|
SpreadExportFormat
exportFormat
|
GetIsMerged(Int32, Int32)
Declaration
bool GetIsMerged(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
|
System.Boolean
|
GetWorksheet()
Declaration
object GetWorksheet()
Returns
|
System.Object
|
GetWorksheetColumnWidth(Int32)
Declaration
int GetWorksheetColumnWidth(int columnIndex)
Parameters
|
System.Int32
columnIndex
|
Returns
|
System.Int32
|
GetWorksheetRowHeight(Int32)
Declaration
double GetWorksheetRowHeight(int rowIndex)
Parameters
|
System.Int32
rowIndex
|
Returns
|
System.Double
|
GroupRows(Int32, Int32, Int32)
Declaration
void GroupRows(int startRow, int endRow, int level)
Parameters
|
System.Int32
startRow
|
|
System.Int32
endRow
|
|
System.Int32
level
|
ImportWorkbook(Stream)
Declaration
void ImportWorkbook(Stream stream)
Parameters
|
System.IO.Stream
stream
|
MergeCellSelection()
Declaration
void MergeCellSelection()
RegisterFormatProvider(SpreadExportFormat)
Declaration
void RegisterFormatProvider(SpreadExportFormat exportFormat)
Parameters
|
SpreadExportFormat
exportFormat
|
ReplaceWorksheet(String)
Declaration
bool ReplaceWorksheet(string sheetName)
Parameters
|
System.String
sheetName
|
Returns
|
System.Boolean
|
SetCellSelectionFormat(String)
Declaration
void SetCellSelectionFormat(string formatString)
Parameters
|
System.String
formatString
|
SetCellSelectionValue(String)
Declaration
void SetCellSelectionValue(string text)
Parameters
|
System.String
text
|
SetCellSelectionValue(DataType, Object)
Declaration
void SetCellSelectionValue(DataType dataType, object value)
Parameters
|
DataType
dataType
|
|
System.Object
value
|
SetWorksheetColumnWidth(Int32, Double, Boolean)
Declaration
void SetWorksheetColumnWidth(int columnIndex, double value, bool isCustom)
Parameters
|
System.Int32
columnIndex
|
|
System.Double
value
|
|
System.Boolean
isCustom
|
SetWorksheetRowHeight(Int32, Int32, Boolean)
Declaration
void SetWorksheetRowHeight(int rowIndex, int rowHeight, bool isCustom)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
rowHeight
|
|
System.Boolean
isCustom
|