GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface

IRange Interface Properties

For a list of all members of this type, see IRange members.

Public Properties
 NameDescription
 PropertyGets a value indicating whether the range can be edited on a protected worksheet.  
 PropertyGets an IAreas collection that represents all the ranges in a multiple-area selection.  
 PropertyGets the IBorders object that represents the borders of the specified object.  
 PropertyGets a IRange object that represents the cells in the specified range.  
 PropertyGets or sets the cell type for cells in this IRange.  
 PropertyGets the zero based column number of the first column of this IRange.  
 PropertyGets the zero based column number of the last column of this IRange.  
 PropertyGets the number of columns in this IRange.  
 PropertyGets a new instance of IRange which represents all columns belong to this IRange.  
 PropertyGets or sets the width of the column.  
 PropertyGets a Comment object that represents the comment associated with the cell in the upper-left corner of the range.  
 PropertyGets an ICommentThreaded object that represents the threaded comment associated with the cell in the upper-left corner of the range.  
 PropertyGet an integer value that represents the number of cells in the range.  
 PropertyGets an IRange object that represents the entire array if the specified cell is part of an array.  
 PropertyGets an IRange object that represents the current region. The current region is a range bounded by any combination of blank rows and blank columns.  
 PropertyReturns a IRange object that represents the range containing all the dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.  
 PropertyReturns a IRange object that represents the range containing all the direct dependents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.  
 PropertyReturns a IRange object that represents the range containing all the direct precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one dependent.  
 PropertyGets a DisplayFormat object that represents the display settings for the specified range.  
 PropertyGets a IRange object that represents the entire column (or columns) that contains the specified range.  
 PropertyGets a IRange object that represents the entire row (or rows) that contains the specified range.  
 PropertyGets the IFont object that represents the font of the specified object.  
 PropertyGets all format conditions of this IRange.  
 PropertyGets or sets the cell value(s).  
 PropertyGets or sets the formula, which will implicitly intersect as required when set, for this IRange.  
 PropertyGets or sets the formula for this IRange.  
 PropertyGets or sets the formula using R1C1-style notation for this IRange.  
 PropertyGets or sets the array formula for this IRange.  
 PropertyGets or sets the formula using R1C1-style notation which will implicitly intersect as required when set, for this IRange.  
 PropertyGets a value indicating whether the specified cell is part of an array formula.  
 PropertyGets a value indicating whether all cells in the range contain formulas.  
 Propertytrue if all cells in the range contain a Rich data type. false if none of the cells in the range contains a Rich data type; otherwise, null.  
 PropertyGets a value indicating whether all cells are part of a spilled range.  
 PropertyGets a System.Int64 value that represents the height, in pixels, of the range.  
 PropertyGets or sets a value indicating whether this IRange is hidden.  
 PropertyGets or sets the horizontal alignment.  
 PropertyGets an IHyperlinks collection that represents the hyperlinks for the range.  
 PropertyGets or sets the indent level.  
 PropertyGets the IInterior object that represents the interior of the specified object.  
 PropertyOverloaded. Gets the IRange with the specified reference.  
 PropertyReturns a System.Int64 value that represents the distance, in pixels, from the left edge of column A to the left edge of the range.  
 PropertyGets or sets a value indicating whether this IRange is locked.  
 PropertyReturns a Range object that represents the merged range containing the specified cell. If the specified cell isn't in a merged range, this property returns the specified cell.  
 PropertyGets or sets a value indicating whether this range contains merged cells.  
 PropertyGets or sets a MergePolicy value indicating whether to automatically merge adjacent identical cells.  
 PropertyReturns an IRange object that represents the next cell.  
 PropertyGets or sets the number format of current cell.  
 PropertyGets or sets the text orientation.  
 PropertyGets or sets the current outline level of the specified row or column.  
 PropertyGets or sets the location of a page break.  
 PropertyReturns an IRange object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.  
 PropertyReturns an IRange object that represents the previous cell.  
 PropertyGets or sets whether the range is resizable.  
 PropertyGets the zero based row number of the first row of this IRange.  
 PropertyGets the zero based row number of the last row of this IRange.  
 PropertyGets the number of rows in this IRange.  
 PropertyGets or sets the height of the row.  
 PropertyGets a new instance of IRange which represents all rows belong to this IRange.  
 Propertytrue if the outline is expanded for the specified range (so that the detail of the column or row is visible). The specified range must be a single summary column or row in an outline.  
 PropertyGets or sets a value indicating whether text automatically shrinks to fit in the available column width.  
 PropertyGets an ISparklineGroups object that represents an existing group of sparklines from the specified range.  
 PropertyGets or sets the style for the cell.  
 PropertyGets a value indicating whether the range is an outlining summary row or column.  
 PropertyReturns an ITable object for the IRange object.  
 PropertyGets or sets the text for the cell.  
 PropertyGets a System.Int64 value that represents the distance, in pixels, from the top edge of row 1 to the top edge of the range.  
 PropertyGets or sets a boolean value indicating whether the row height of the IRange object equals the standard height of the sheet. Returns null if the range contains more than one row and the rows aren't all the same height.  
 PropertyGets or sets a boolean value indicating whether the column width of the IRange object equals the standard width of the sheet. Returns null if the range contains more than one column and the columns aren't all the same width.  
 PropertyGets an instance of IValidation which may be used to get and set validation properties of the cells represented by this IRange.  
 PropertyGets or sets the cell value.  
 PropertyGets or sets the vertical alignment.  
 PropertyGets a System.Int64 value that represents the width, in pixels, of the range.  
 PropertyGets a Worksheet object that represents the worksheet containing the specified range.  
 PropertyGets or sets a value indicating whether Spread wraps the text in the object.  
Top
See Also