skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

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()

Declaration
ISpreadExportCellStyleInfo GetCellStyleInfo()
Returns
ISpreadExportCellStyleInfo

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

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.