skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue 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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

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.