Interface ISpreadStreamExportRenderer
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface ISpreadStreamExportRenderer
Properties
ColumnIndex
Declaration
int ColumnIndex { get; set; }
Property Value
|
System.Int32
|
RowIndex
Declaration
int RowIndex { get; set; }
Property Value
|
System.Int32
|
Methods
AddWorksheet(String)
Declaration
void AddWorksheet(string sheetName)
Parameters
|
System.String
sheetName
|
ApplyCellFormat(Object)
Declaration
void ApplyCellFormat(object format)
Parameters
|
System.Object
format
|
ApplyCellStyle(ISpreadStreamExportCellStyleInfo, String)
Declaration
void ApplyCellStyle(ISpreadStreamExportCellStyleInfo cellStyle, string formatString)
Parameters
|
ISpreadStreamExportCellStyleInfo
cellStyle
|
|
System.String
formatString
|
CallOnWorksheetCreated()
Declaration
bool CallOnWorksheetCreated()
Returns
|
System.Boolean
|
ClearCellValue()
Declaration
void ClearCellValue()
CreateBorderCellStyle(ISpreadStreamExportCellStyleInfo)
Declaration
void CreateBorderCellStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
|
ISpreadStreamExportCellStyleInfo
cellStyle
|
CreateCell()
Declaration
void CreateCell()
CreateCellStyle(Color, Color, FontFamily, Double, Boolean, Boolean, Boolean, ContentAlignment, Boolean, 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
|
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
|
CreateCellStyleFromLightStyle(ISpreadStreamExportCellStyleInfo)
Declaration
ISpreadStreamExportCellStyleInfo CreateCellStyleFromLightStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
|
ISpreadStreamExportCellStyleInfo
cellStyle
|
Returns
|
ISpreadStreamExportCellStyleInfo
|
CreateCellStyleFromTheme()
Declaration
void CreateCellStyleFromTheme()
CreateColumn()
Declaration
void CreateColumn()
CreateFreezePanes(Int32, Int32)
Declaration
void CreateFreezePanes(int rowsCount, int columnsCount)
Parameters
|
System.Int32
rowsCount
|
|
System.Int32
columnsCount
|
CreateLightCellStyle(Color, Color, FontFamily, Double, Boolean, Boolean, Boolean, ContentAlignment, Boolean, 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
|
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
|
CreateMergedCells(Int32, Int32, Int32, Int32)
Declaration
void CreateMergedCells(int fromRowIndex, int fromColumnIndex, int toRowIndex, int toColumnIndex)
Parameters
|
System.Int32
fromRowIndex
|
|
System.Int32
fromColumnIndex
|
|
System.Int32
toRowIndex
|
|
System.Int32
toColumnIndex
|
CreateRow()
Declaration
void CreateRow()
CreateWorkbook(Stream, SpreadStreamExportFormat)
Declaration
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat)
Parameters
|
System.IO.Stream
stream
|
|
SpreadStreamExportFormat
exportFormat
|
CreateWorkbook(Stream, SpreadStreamExportFormat, FileExportMode)
Declaration
void CreateWorkbook(Stream stream, SpreadStreamExportFormat exportFormat, FileExportMode fileExportMode)
Parameters
|
System.IO.Stream
stream
|
|
SpreadStreamExportFormat
exportFormat
|
|
FileExportMode
fileExportMode
|
FinishCell()
Declaration
void FinishCell()
FinishExport()
Declaration
void FinishExport()
GetBordersFromExistingStyle(ISpreadStreamExportCellStyleInfo)
Declaration
ISpreadStreamExportCellStyleInfo GetBordersFromExistingStyle(ISpreadStreamExportCellStyleInfo cellStyle)
Parameters
|
ISpreadStreamExportCellStyleInfo
cellStyle
|
Returns
|
ISpreadStreamExportCellStyleInfo
|
GetCell()
Declaration
object GetCell()
Returns
|
System.Object
|
GetCellFormat(Boolean)
Declaration
object GetCellFormat(bool createNew)
Parameters
|
System.Boolean
createNew
|
Returns
|
System.Object
|
GetCellStyleInfo()
Declaration
ISpreadStreamExportCellStyleInfo GetCellStyleInfo()
Returns
|
ISpreadStreamExportCellStyleInfo
|
GetColumn()
Declaration
object GetColumn()
Returns
|
System.Object
|
GetFileExtension(SpreadStreamExportFormat)
Declaration
string GetFileExtension(SpreadStreamExportFormat exportFormat)
Parameters
|
SpreadStreamExportFormat
exportFormat
|
Returns
|
System.String
|
GetIsMerged(Int32, Int32)
Declaration
bool GetIsMerged(int rowIndex, int columnIndex)
Parameters
|
System.Int32
rowIndex
|
|
System.Int32
columnIndex
|
Returns
|
System.Boolean
|
GetRow(Boolean)
Declaration
object GetRow(bool finishCell)
Parameters
|
System.Boolean
finishCell
|
Returns
|
System.Object
|
GetWorksheet()
Declaration
object GetWorksheet()
Returns
|
System.Object
|
GroupCurrentRow(Int32)
Declaration
void GroupCurrentRow(int level)
Parameters
|
System.Int32
level
|
SetCellFormat(String, Boolean)
Declaration
void SetCellFormat(string formatString, bool apply)
Parameters
|
System.String
formatString
|
|
System.Boolean
apply
|
SetCellValue(String)
Declaration
void SetCellValue(string text)
Parameters
|
System.String
text
|
SetCellValue(DataType, Object)
Declaration
void SetCellValue(DataType dataType, object value)
Parameters
|
DataType
dataType
|
|
System.Object
value
|
SetColumnWidth(Double, Boolean)
Declaration
void SetColumnWidth(double width, bool inPixels)
Parameters
|
System.Double
width
|
|
System.Boolean
inPixels
|
SetHiddenColumn()
Declaration
void SetHiddenColumn()
SetHiddenRow()
Declaration
void SetHiddenRow()
SetRowHeight(Double, Boolean)
Declaration
void SetRowHeight(double height, bool inPixels)
Parameters
|
System.Double
height
|
|
System.Boolean
inPixels
|
SkipCells(Int32)
Declaration
void SkipCells(int count)
Parameters
|
System.Int32
count
|
SkipColumns(Int32)
Declaration
void SkipColumns(int count)
Parameters
|
System.Int32
count
|