Telerik.Documents.SpreadsheetStreaming
Initializes a new instance of the class.
The underlying stream to write to.
The encoding for the stream.
Initializes a new instance of the class.
The stream.
Initializes a new instance of the class using default encoding.
The underlying stream to write to.
The encoding.
Determines whether the passed stream should be disposed when
is disposed.
Disposes of the stream writer.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Defines members used to export a cell.
Sets string as cell value.
The string value.
Sets double as cell value.
The double value.
Sets a boolean cell value.
The boolean value.
Sets DateTime as cell value.
The DateTime value.
Sets formula value.
The formula value.
Sets the cell format.
The cell format.
Defines members used to export a column.
Sets the column width in pixels.
The width value in pixels.
Sets the column width in characters count.
The count of the characters.
Sets the column outline level.
The outline level value.
Sets a value indicating whether the column should be hidden.
True for hidden; otherwise false.
Defines members for the row exporter classes.
Creates a cell exporter.
The cell exporter.
Skips a specified number of cells.
The count of the cells to skip.
Sets the row outline level.
The row outline level value.
Sets the row height in pixels.
The row height value in pixels.
Sets the row height in points.
The row height value in points.
Sets a value indicating whether the row should be hidden.
True for hidden; otherwise false.
Defines members used to export a workbook.
Creates a worksheet exporter.
The name of the worksheet.
The worksheet exporter.
Provides information about the sheets in the workbook.
Returns an IEnumerable<SheetInfo> containing information about all sheets present in the workbook.
Gets the cell style collection.
The cell style collection.
Defines members used to export a worksheet.
Creates a worksheet view exporter.
The worksheet view exporter.
Creates a row exporter.
The row exporter.
Creates a column exporter.
The column exporter.
Skips a specified number of rows.
The count of the rows to skip.
Skips a specified number of columns.
The count of the columns to skip.
Merges cells.
The start row index of the area.
The start column index of the area.
The end row index of the area.
The end column index of the area.
Defines members used to export the worksheet view state.
Sets the first visible cell of the viewport.
The row index.
The column index.
Sets the freeze panes.
The number of frozen rows.
The number of frozen column.
Sets the freeze panes.
The number of frozen rows.
The number of frozen column.
The scrollable pane first visible cell row index.
The scrollable pane first visible cell column index.
Sets the scale factor.
The percentage that the viewport will be scaled to.
Sets a value indicating whether gridlines should be visible.
True for visible gridlines, otherwise False.
Sets a value indicating whether row and column headers should be visible.
True for visible row and column headers, otherwise False.
Sets the active cell of the selection.
The row index of the active cell.
The column index of the active cell.
Adds a range to the selection.
The row index of the top left cell of the range.
The column index of the top left cell of the range.
The row index of the bottom right cell of the range.
The column index of the bottom right cell of the range.
Holds information about a sheet in a workbook.
Gets the name of the sheet.
Describes the supported spreadsheet export modes.
Specifies that a new workbook should be created. If the stream has any content it will be overwritten.
Opens existing workbook from a stream, or creates a new workbook if the stream is empty.
Defines members used to import a cell.
Gets the index of the row.
The index of the row.
Gets the index of the column.
The index of the column.
Gets the format.
The format.
Gets the value.
The value.
Defines members used to import a column.
Gets the first index of the column range with same properties.
The index.
Gets the last index of the column range with same properties.
The index.
Gets a value indicating if the width of the column is custom.
A value indicating if the width of the column is custom.
Gets the width in pixels.
The width in pixels.
Gets the width in characters.
The width in characters.
Gets the outline level.
The outline level.
Gets a value indicating if the column is hidden.
A value indicating if the column is hidden.
Defines members for the row importer classes.
Gets the index of the row.
The index of the row.
Gets the outline level.
The outline level.
Gets a value indicating if the height is custom.
A value indicating if the height is custom.
Gets the height in pixels.
The height in pixels.
Gets the height in points.
The height in points.
Gets a value indicating if the row is hidden.
A value indicating if the row is hidden.
Gets the cells.
The cells.
Defines members used to import a workbook.
Gets the worksheet importers.
The worksheet importers.
Defines members used to import a worksheet.
Gets the name of the worksheet.
The name.
Gets the columns.
The columns.
Gets the rows.
The rows.
Represents an entry point to import a spreadsheet.
Creates the workbook importer.
The document format.
The stream.
Represents RGB color.
Initializes a new instance of the class.
The red component value.
The green component value.
The blue component value.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Gets the green component value.
The green component value.
Gets the red component value.
The red component value.
Gets the blue component value.
The blue component value.
Describes the possible types of predefined tint and shade proportions for themable colors.
Represents shade 1 type of predefined tint and shade proportion.
Represents shade 2 type of predefined tint and shade proportion.
Represents shade 3 type of predefined tint and shade proportion.
Represents shade 4 type of predefined tint and shade proportion.
Represents shade 5 type of predefined tint and shade proportion.
Represents a color which can be used in a theme.
Initializes a new instance of the class.
The color.
Initializes a new instance of the class.
The color.
The is automatic.
Initializes a new instance of the class.
Type of the theme color.
The tint and shade.
Initializes a new instance of the class.
Type of the theme color.
Initializes a new instance of the class.
Type of the theme color.
Type of the predefined tint and shade proportion for the themable color.
Creates a new instance of the class.
The red component.
The green component.
The blue component.
Instance of the class.
Determines whether the specified themable colors are equal.
True if the themable colors are equal; otherwise, false.
Determines whether the specified themable colors are different.
True if the themable colors are different; otherwise, false.
Explicitly cast color to themable color.
The color.
Themable color.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Returns a string that represents the themable color.
A string that represents the themable color.
Gets the local value of the color.
The local value of the color.
Gets the value indicating if the color is automatic. Automatic colors may be interpreted by a consumer as appropriate.
Value indicating if the color is automatic.
Gets the type of the theme color.
The type of the theme color.
Gets the type of the color shade.
The type of the color shade.
Gets the tint and shade proportion value. This value is applied over the theme color coming from the to determine the final color applied over the content.
The tint and shade value.
Gets a value indicating if the color comes from a theme.
The value indicating if the color comes from a theme.
Represents a font family which can be used in a theme.
Initializes a new instance of the class.
The font family name.
Initializes a new instance of the class.
Type of the theme font.
Determines whether the specified document themable font families are equal.
True if the document themable font families are equal; otherwise, false.
Determines whether the specified document themable font families are different.
True if the document themable font families are different; otherwise, false.
Returns a string that represents the document themable font family.
A string that represents the document themable font family.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Gets the local value of the font family.
The local value of the font family.
Gets the type of the theme font.
The type of the theme font.
Gets a value indicating if the font family comes from a theme.
The value indicating if the font family comes from a theme.
Describes the possible types of theme colors.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Represents Light1 theme color type.
Describes the possible types of theme fonts.
The font of the body of the document.
The font of the headings of the document.
After calling this method, value changes are forbidden.
Represent the base class for cell formats.
Gets or sets the left border.
The left border.
Gets or sets the right border.
The right border.
Gets or sets the top border.
The top border.
Gets or sets the bottom border.
The bottom border.
Gets or sets the diagonal up border.
The diagonal up border.
Gets or sets the diagonal down border.
The diagonal down border.
Gets or sets the fill.
The fill.
Gets or sets the number format.
The number format.
Gets or sets the size of the font.
The size of the font.
Gets or sets the fore color.
The fore color.
Gets or sets a value indicating whether the text is bold.
The value indicating whether the text bold.
Gets or sets a value indicating whether the text is italic.
The value indicating whether the text italic.
Gets or sets the underline type.
The underline type.
Gets or sets the font family.
The font family.
Gets or sets the horizontal alignment.
The horizontal alignment.
Gets or sets the vertical alignment.
The vertical alignment.
Gets or sets the indent.
The indent.
Gets or sets a value indicating if the text in a cell should be line-wrapped within the cell.
The value indicating if the text in a cell should be line-wrapped within the cell.
Represents a cell style.
Gets or sets a value indicating whether the border properties should be applied.
True if the border properties should be applied; otherwise, false.
Gets or sets a value indicating whether the fill property should be applied.
True if the fill property should be applied; otherwise, false.
Gets or sets a value indicating whether the font properties should be applied.
True if the font properties should be applied; otherwise, false.
Gets or sets a value indicating whether the number format property should be applied.
True if the number format property should be applied; otherwise, false.
Gets or sets a value indicating whether the alignment properties should be applied.
True if the alignment properties should be applied; otherwise, false.
Gets or sets a value indicating whether the protection property should be applied.
True if the protection property should be applied; otherwise, false.
Gets the name of the cell style.
The name of the cell style.
Represents a cell style collection.
Determines whether the style with the specified name is in the .
The name of the style.
True if it is present; otherwise, false.
Determines whether the specified style is in the .
The style.
True if it is present; otherwise, false.
Gets the with the specified style name.
The name of the style.
The style.
Creates a new cell style with the specified name.
The name of the new cell style.
The style.
Returns an enumerator that iterates through the the .
A that can
be used to iterate through the collection.
Returns an enumerator that iterates through a the .
An object that can be
used to iterate through the collection.
Gets the number of elements contained in this collection.
The number of elements contained in this collection.
Gets the with the specified style name.
The spread cell style.
Describes a gradient type of fill.
Defines members for the fill classes.
Initializes a new instance of the class.
Type of the gradient.
The color1 themable color.
The color2 themable color.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Gets the color1 themable color.
The color1 themable color.
Gets the color2 themable color.
The color2 themable color.
Gets the type of the gradient.
The type of the gradient.
Describes the possible types of gradients.
Horizontal gradient type.
HorizontalReversed gradient type.
HorizontalRepeated gradient type.
Vertical gradient type.
VerticalReversed gradient type.
VerticalRepeated gradient type.
DiagonalUp gradient type.
DiagonalUpReversed gradient type.
DiagonalUpRepeated gradient type.
DiagonalDown gradient type.
DiagonalDownReversed gradient type.
DiagonalDownRepeated gradient type.
FromTopLeftCorner gradient type.
FromTopRightCorner gradient type.
FromBottomLeftCorner gradient type.
FromBottomRightCorner gradient type.
FromCenter gradient type.
Describes a pattern type of fill.
Initializes a new instance of the class.
Type of the pattern.
Initializes a new instance of the class.
Type of the pattern.
Color of the pattern.
Color of the background.
Creates a solid pattern fill.
The color of the pattern.
Solid pattern fill.
Creates a solid pattern fill.
The color of the pattern.
Solid pattern fill.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Gets the type of the pattern.
The type of the pattern.
Gets the color of the pattern.
The color of the pattern.
Gets the color of the background.
The color of the background.
Describes the possible types of vertical alignments.
Specifies that the text should align with the bottom edge of the cell.
Specifies that the text should be centered across the height of the cell.
Specifies that the text should align with the top edge of the cell.
Specifies that the text should be justified across the height of the cell.
Specifies that the text should be evenly distributed across the height of the cell.
Describes the possible types of horizontal alignments.
General horizontal alignment. Text data is left-aligned. Numbers, dates, and times are right-aligned. Boolean types are centered.
Changing the alignment does not change the type of data.
Specifies that the text should align with the left edge of the cell.
Specifies that the text should be centered across the cell.
Specifies that the text should align with the right edge of the cell.
Specifies that the text should be justified between the left and right edges of the cell except the last line.
Specifies that the value of the cell should be filled across the entire width of the cell.
Specifies that the text should be centered across multiple cells.
Specifies that the text should be evenly distributed between the left and right edges of the cell.
Describes the possible types of underline.
None underline type.
Single underline type.
Double underline type.
Single accounting underline type. The underline should be drawn under the lower part of characters such as g and p.
Double accounting underline type. The underline should be drawn under the lower part of characters such as g and p.
Describes the settings which are used to determine how the border will appear in the document.
Initializes a new instance of the class.
The border style.
The border color.
Determines whether the specified is equal
to the current .
The to compare with the current
.
Returns true if the specified is equal to the
current ; otherwise, false.
Serves as a hash function for a particular type.
A hash code for the current .
Gets the border style.
The border style.
Gets the themable color.
The themable color.
Describes the possible types for the style of the border.
None border style.
Hair border style.
Dotted border style.
DashDotDot border style.
DashDot border style.
Dashed border style.
Thin border style.
MediumDashDotDot border style.
MediumDashDot border style.
MediumDashed border style.
Double border style.
Medium border style.
SlantDashDot border style.
Thick border style.
Represents a cell format.
Gets or sets the cell style.
The cell style.
Describes the possible types of patterns.
Solid pattern type.
Gray75Percent pattern type.
Gray50Percent pattern type.
Gray25Percent pattern type.
Gray12Percent pattern type.
Gray6Percent pattern type.
HorizontalStripe pattern type.
VerticalStripe pattern type.
ReverseDiagonalStripe pattern type.
DiagonalStripe pattern type.
DiagonalCrosshatch pattern type.
ThickDiagonalCrosshatch pattern type.
ThinHorizontalStripe pattern type.
ThinVerticalStripe pattern type.
ThinReverseDiagonalStripe pattern type.
ThinDiagonalStripe pattern type.
ThinHorizontalCrossHatch pattern type.
ThinDiagonalCrosshatch pattern type.
Describes the supported spreadsheet document formats.
Xlsx spreadsheet document format.
Csv spreadsheet document format.
Represents an entry point to export a spreadsheet.
Creates a workbook exporter.
The document format.
The output stream.
The workbook exporter.
Creates the workbook exporter.
The document format.
The stream.
The export mode.
The workbook exporter.
Converts the row index to name.
Index of the row.
The name.
Converts the row name to index.
Name of the row.
The index.
Converts the column index to name.
Index of the column.
The name.
Converts the cell index to name.
Index of the row.
Index of the column.
The name.
Converts the cell range to a name.
Index of from row.
Index of from column.
Index of to row.
Index of to column.
The name.
Converts the cell indexes to a name.
The start row index.
The start column index.
The end row index.
The end column index.
The name.