[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Row

Row Class

Represents a row in the component.

Inheritance
Row
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class Row
Public Class Row

Properties

Name Description
BackColor

Gets or sets the background color for cells in this row.

Background

Gets or sets the background for cells in this row.

Border

Gets or sets the border for cells in this row.

CanFocus

Gets or sets whether the user can set focus to the cell using the keyboard or mouse.

CellType

Gets or sets the default cell type for cells in this row.

Editor

Gets or sets the default editor for cells in this row.

EncodeValue

Gets or sets the encode value setting for a row.

Font

Gets or sets the default font for text in cells in this row.

ForeColor

Gets or sets the default text color for cells in this row.

Formatter

Gets or sets the default formatter for cells in this row.

Formula

Gets or sets the formula for cells in this row.

Height

Gets or sets the height of this row in pixels.

HorizontalAlign

Gets or sets the default horizontal alignment for cells in this row.

ImeMode

Gets or sets the IME mode for a row.

Index

Gets the index of this row, or the starting index for this range of rows.

Index2

Gets the ending index for this range of rows.

Label

Gets or sets the header text for this row.

Locked

Gets or sets whether cells in this row are marked as locked.

Margin

Gets or sets the default settings of the cell margins that define the space between the cell border and the cell contents, for all the cells in this row.

PageBreak

Gets or sets whether a page break is inserted before this row when printing.

Parent

Gets the parent collection of rows (Rows object) that contains this row.

ParentStyleName

Gets or sets the name of the parent style from which style properties are inherited.

Renderer

Gets or sets the default renderer for cells in this row.

Resizable

Gets or sets whether this row can be resized.

StyleName

Gets or sets the name of the custom style for the cells in this row.

TabStop

Gets or sets whether the user can set focus to cells in this row using the Tab key.

Tag

Gets or sets the application-defined tag value associated with the cells in this row.

VerticalAlign

Gets or sets the default vertical alignment for cells in this row.

Visible

Gets or sets whether this row is visible.

Methods

Name Description
Add()

Adds a new row or range of rows before this row or range of rows.

Equals(object)

Determines whether the specified object is equivalent to this row.

GetHashCode()

Gets the hash code for this row.

Remove()

Removes this row or range of rows.

ResetBackColor()

Resets the background color for the row and makes the row inherit the background color from the default row.

ResetBackground()

Resets the background for the row and makes the row inherit the background from the default row.

ResetBorder()

Resets the cell border for the row and makes the row inherit
the cell border from the default row.

ResetCanFocus()

Resets to its default value whether the cells in this row can receive focus.

ResetCellType()

Resets the cell type for the row and makes the row inherit the cell type from the default row.

ResetFont()

Resets the font for the row and makes the row inherit the font from the default row.

ResetForeColor()

Resets the foreground color for the row and makes the row inherit the foreground color from the default row.

ResetHeight()

Resets the height for the row and makes the row inherit the height from the default row.

ResetHorizontalAlignment()

Resets the horizontal alignment for the row and makes the row inherit the horizontal alignment from the default row.

ResetImeMode()

Resets the IME mode for the row and makes the row inherit the IME mode from the default row.

ResetLocked()

Resets the locked state for the row and makes the row inherit the locked state from the default row.

ResetMargin()

Resets the settings of the cell margins that define the space between the cell border and the cell contents, for all the cells in this row.

ResetTabStop()

Resets the setting that allows the user to set focus using the Tab key and makes the row inherit the setting from the default row.

ResetVerticalAlignment()

Resets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.

ToString()

Gets a string that contains an absolute reference to this row in the current reference style.

ToString(ReferenceStyle)

Gets a string that contains a reference to this row in the specified reference style.

ToString(Row)

Gets a string that contains a relative reference to this row in the current reference style.

ToString(Row, ReferenceStyle)

Gets a string that contains a relative reference to this cell in the specified reference style.