New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public interface ISpreadExportRenderer

Derived Classes: SpreadExportRenderer

Methods

C#
void AddHyperlink(string link)
Parameters:linkstring
C#
void AddWorksheet(string sheetName)
Parameters:sheetNamestring
C#
void CallWorkbookCreated()
C#
void ClearCellSelectionValue()
C#
void CreateCellSelection(int fromRowIndex, int fromColumnIndex, int toRowIndex, int toColumnIndex)
Parameters:fromRowIndexintfromColumnIndexinttoRowIndexinttoColumnIndexint
C#
void CreateCellSelection(int rowIndex, int columnIndex)
Parameters:rowIndexintcolumnIndexint
C#
void CreateCellStyleInfo()
C#
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:backColorColorforeColorColorfontFamilyFontFamilyfontSizedoubleisBoldboolisItalicboolunderlinebooltextAlignmentContentAlignmenttextWrapboolborderBoxStyleBorderBoxStyleborderColorColorborderTopColorColorborderBottomColorColorborderRightColorColorborderLeftColorColortextOrientationOrientation
C#
void CreateFloatingImage(int rowIndex, int columnIndex, int offsetX, int offsetY, byte[] bytes, string extension, int width, int height, int rotationAngle)
Parameters:rowIndexintcolumnIndexintoffsetXintoffsetYintbytesbyte[]extensionstringwidthintheightintrotationAngleint
C#
void CreateFreezePanes(int rowsCount, int columnsCount)
Parameters:rowsCountintcolumnsCountint
C#
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden, int hierarchyLevel)
Parameters:currentIndentintcellsList<IGridViewSpreadExportCellInfo>exportAsHiddenboolhierarchyLevelintReturns:

IGridViewSpreadExportRowInfo

C#
IGridViewSpreadExportRowInfo CreateGridViewExportDataRowInfo(int currentIndent, List<IGridViewSpreadExportCellInfo> cells, bool exportAsHidden)
Parameters:currentIndentintcellsList<IGridViewSpreadExportCellInfo>exportAsHiddenboolReturns:

IGridViewSpreadExportRowInfo

C#
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden, int hierarchyLevel)
Parameters:currentIndentintcontentstringcolSpanintexportAsHiddenboolhierarchyLevelintReturns:

IGridViewSpreadExportRowInfo

C#
IGridViewSpreadExportRowInfo CreateGridViewExportGroupRowInfo(int currentIndent, string content, int colSpan, bool exportAsHidden)
Parameters:currentIndentintcontentstringcolSpanintexportAsHiddenboolReturns:

IGridViewSpreadExportRowInfo

C#
void CreateWorkbook()
C#
void Export(Stream stream)
Parameters:streamStream
C#
object GetCellSelection()
Returns:

object

C#
object GetCellSelectionValue()
Returns:

object

C#
ISpreadExportCellStyleInfo GetCellStyleInfo()
Returns:

ISpreadExportCellStyleInfo

C#
object GetFileExtension(SpreadExportFormat exportFormat)
Parameters:exportFormatSpreadExportFormatReturns:

object

C#
void GetFormatProvider(SpreadExportFormat exportFormat)
Parameters:exportFormatSpreadExportFormat
C#
bool GetIsMerged(int rowIndex, int columnIndex)
Parameters:rowIndexintcolumnIndexintReturns:

bool

C#
object GetWorksheet()
Returns:

object

C#
int GetWorksheetColumnWidth(int columnIndex)
Parameters:columnIndexintReturns:

int

C#
double GetWorksheetRowHeight(int rowIndex)
Parameters:rowIndexintReturns:

double

C#
void GroupRows(int startRow, int endRow, int level)
Parameters:startRowintendRowintlevelint
C#
void ImportWorkbook(Stream stream)
Parameters:streamStream
C#
void MergeCellSelection()
C#
void RegisterFormatProvider(SpreadExportFormat exportFormat)
Parameters:exportFormatSpreadExportFormat
C#
bool ReplaceWorksheet(string sheetName)
Parameters:sheetNamestringReturns:

bool

C#
void SetCellSelectionFormat(string formatString)
Parameters:formatStringstring
C#
void SetCellSelectionValue(DataType dataType, object value)
Parameters:dataTypeDataTypevalueobject
C#
void SetCellSelectionValue(string text)
Parameters:textstring
C#
void SetWorksheetColumnWidth(int columnIndex, double value, bool isCustom)
Parameters:columnIndexintvaluedoubleisCustombool
C#
void SetWorksheetRowHeight(int rowIndex, int rowHeight, bool isCustom)
Parameters:rowIndexintrowHeightintisCustombool