Spread.Services Documentation
IRange Interface Properties

GrapeCity.Documents.Spread Namespace : IRange Interface

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

Public Properties
 NameDescription
 Property Gets or sets the property which controls indentation of text when horizontal or vertical alignment is set to distributed.  
 PropertyReturns an instance of IAreas which represents an array of IRanges where each IRange returned by IAreas represents one cell or range.  
 PropertyReturns an instance of IBorders which represents the cell borders of the cell or range represented by this IRange.  
 PropertyReturns the IRange object that represents the cells in the specified range.  
 Property Returns the zero based column number of the first column of this IRange.  
 PropertyReturns the IRange object that represents the columns in the specified range.  
 Property Gets or sets the width of the individual columns represented in this range in characters.  
 Property Gets or sets the width of the individual columns represented in this range in pixels.  
 Property Returns an instance of IComment which may be used to get and set Comment properties of the cells.  
 Property Returns the number of objects in the collection.  
 PropertyGets whether the specified cell is part of an array, returns an IRange object that represents the entire array.  
 Property Gets a DisplayFormat object that represents the display settings for the specified range.  
 Property Returns a new instance of IRange which represents the same range of cells, but expanded to include all rows.  
 Property Returns an IRange representing the area of the current IRange which is iteratively grown as needed until it includes no partial merged cells.  
 Property Returns a new instance of IRange which represents the same range of cells, but expanded to include all columns.  
 PropertyReturns an instance of IFont which may be used to get and set font properties of the cells represented by this IRange.  
 Property Returns a FormatConditions collection that represents all the conditional formats for the specified range.  
 Property Gets or sets the formula of the cells represented by this IRange.  
 Property Gets or sets the array formula of a range.  
 Property Gets or sets whether the formula will be hidden when the worksheet is protected  
 Property Gets or sets the value or formula of the cells represented by this IRange using ReferenceStyle.R1C1.  
 Property Determines if the specified cell is part of an array formula.  
 Property Returns true if the cell or range contains any formulas; otherwise, false is returned.  
 Property Returns true if any of the cells represented by this range have data validation associated with them.  
 Property Gets the height, in points, of the range.  
 Property Gets the height, in pixels, of the range.  
 Property Gets or sets the property which specifies whether rows or columns should be hidden.  
 PropertyGets or sets the HorizontalAlignment of a cell or range.  
 Property Returns an instance of IHyperLinks which may be used to get and set HyperLinks properties.  
 Property Gets or sets the indent level of the specified cell(s).  
 PropertyReturns the IInterior which represents the interior (background) color and pattern of the specified cell(s).  
 PropertyOverloaded. Returns a new instance of IRange which is offset from this IRange.  
 Property Gets or sets the property which specifies whether cells should be locked.  
 Property Returns an IRange representing the merged range containing the specified cell. If the specified cell isn't in a merged range, this property returns the specified cell.  
 Property Gets or sets the property which specifies whether cells are merged.  
 Property Gets or sets the number format of the cells in the range.  
 Property Gets or sets the text orientation of a cell or range, which may be from -90 to 90 degrees.  
 Property Gets or sets the current outline level of the specified row or column.  
 Property Gets or sets the reading order for the specified object.  
 Property Returns the zero based row number of the first row.  
 Property Gets or sets the height of the individual rows represented by this range in points.  
 Property Gets or sets the height of the individual rows represented by this range in pixels.  
 PropertyReturns the IRange object that represents the rows in the specified range.  
 Property Gets or sets whether to show the detail (Returns True 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 (read or write).  
 Property Gets or sets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.  
 Property Returns an instance of ISparklineGroups which may be used to get and set SparklineGroups properties of the cells  
 PropertyGets or sets the named style IStyle associated with the cells represented by this IRange.  
 Property Determines if the range is an outlining summary row or column.  
 Property Gets the value of the cell represented by this IRange as a formatted string.  
 PropertyDetermines if the row height of the IRange object equals the standard height of the sheet.  
 PropertyDetermines if the column width of the IRange object equals the standard width of the sheet.  
 Property Returns an instance of IValidation which may be used to get and set validation properties of the cells represented by this IRange.  
 PropertyReturns true if the validation options of all cells represented by this IRange are the same; otherwise, false is returned.  
 PropertyGets the value of the specified range as a string, double, bool", object[,] or null; or sets the value of the specified cell as a string, double, int32, int64, int16, bool, System.DateTime, object[,] or null.  
 PropertyGets or sets the VerticalAlignment of a cell or range.  
 Property Gets the width, in points, of the range.  
 Property Gets the width, in pixels, of the range.  
 PropertyReturns the parent Worksheet of this range.  
 Property Get or sets the flag which indicates whether word wrap is enabled in a cell.  
Top
See Also

Reference

IRange Interface
GrapeCity.Documents.Spread Namespace