| Interface |
Description |
|
IBorder
|
Represents the border of an object. The IBorder interface is a member of the IBorders collection. |
|
IBorders
|
Collection of four IBorder interfaces that represent the four borders of a Range. Use the Borders property to return the IBorders collection, which contains all four borders. Use Borders[index], where index identifies the border, to return a single IBorder interface. |
|
ICharacters
|
Represents characters in an object that contains text. It lets you modify and format any sequence of characters contained in the full text string. |
|
IColorFormat
|
Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill. You can set colors to an explicit System.Drawing.Color value (by using the RGB property) or to a color in the color scheme (by using the SchemeColor property). |
|
IComment
|
Represents a cell comment. |
|
IFillFormat
|
Represents fill formatting for a shape. |
|
IFont
|
Contains the font attributes (font name, font size, color, and so on) |
|
IHyperlink
|
Represents a hyperlink. The IHyperlink interface is a member of the IHyperlinks collection. |
|
IHyperlinks
|
Represents the collection of hyperlinks for a worksheet or range. Each hyperlink is represented by an IHyperlink interface. |
|
IInterior
|
Represents the interior of range of cells. |
|
ILineFormat
|
Represents line formatting. For a shape with a border, this interface contains formatting information for the shape's border. |
|
IName
|
Represents a defined name for a range of cells. |
|
INames
|
A collection of all the defined name objects in the IWorkbook or IWorksheet. Each IName interface represents a defined name for a range of cells. |
|
IOutline
|
Represents an outline on a worksheet. |
|
IPageBreak
|
Represents a page break. The IPageBreak interface is a member of the IPageBreaks collection. |
|
IPageBreaks
|
A collection of page breaks within the print area. Each page break is represented by an IPageBreak interface. |
|
IPageSetup
|
Represents the page setup description. The IPageSetup interface contains all page setup attributes (margins, headers, footers, paper size, and so on) as properties. |
|
IPalette
|
Represents the workbook's color palette. |
|
IPicture
|
Represents a picture object. |
|
IProtection
|
Represents the various types of protection options available for a worksheet. |
|
IRange
|
Represents a cell, a selection of cells containing one contiguous block of cell range. |
|
IRangeColumn
|
Represents a column. The IRangeColumn interface is a member of the IRangeColumns collection. |
|
IRangeColumns
|
Represents a collection of columns. |
|
IRangeRow
|
Represents a row. The IRangeRow interface is a member of the IRangeRows collection. |
|
IRangeRows
|
Represents a collection of rows. |
|
IShape
|
Represents a shape object. |
|
IShapes
|
Represents the collection of shapes. Each shape is represented by an IShape interface. |
|
IWorkbook
|
Represents a Microsoft Excel workbook |
|
IWorksheet
|
Represents a worksheet. The IWorksheet interface is a member of the Worksheets collection. The Worksheets collection contains all the IWorksheet interfaces in a workbook. |
|
IWorksheets
|
A collection of all the IWorksheet interfaces in the specified workbook. |