Spread ASP.NET 6.0 Product Documentation
Row Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : Row Class


Glossary Item Box

The following tables list the members exposed by Row.

Public Properties

 NameDescription
Public PropertyBackColorGets or sets the background color for cells in this row.  
Public PropertyBackgroundGets or sets the background for cells in this row.  
Public PropertyBorderGets or sets the border for cells in this row.  
Public PropertyCanFocusGets or sets whether the user can set focus to the cell using the keyboard or mouse.  
Public PropertyCellTypeGets or sets the default cell type for cells in this row.  
Public PropertyEditorGets or sets the default editor for cells in this row.  
Public PropertyFontGets or sets the default font for text in cells in this row.  
Public PropertyForeColorGets or sets the default text color for cells in this row.  
Public PropertyFormatterGets or sets the default formatter for cells in this row.  
Public PropertyFormulaGets or sets the formula for cells in this row.  
Public PropertyHeightGets or sets the height of this row in pixels.  
Public PropertyHorizontalAlignGets or sets the default horizontal alignment for cells in this row.  
Public PropertyIndexGets the index of this row, or the starting index for this range of rows.  
Public PropertyIndex2Gets the ending index for this range of rows.  
Public PropertyLabelGets or sets the header text for this row.  
Public PropertyLockedGets or sets whether cells in this row are marked as locked.  
Public PropertyMarginGets 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.  
Public PropertyParentGets the parent collection of rows (Rows object) containing this row.  
Public PropertyParentStyleNameGets or sets the name of the parent style from which style properties are inherited.  
Public PropertyRendererGets or sets the default renderer for cells in this row.  
Public PropertyResizableGets or sets whether this row can be resized.  
Public PropertyStyleNameGets or sets the name of the custom style for the cells in this row.  
Public PropertyTabStopGets or sets whether the user can set focus to cells in this row using the Tab key.  
Public PropertyTagGets or sets the application-defined tag value associated with the cells in this row.  
Public PropertyVerticalAlignGets or sets the default vertical alignment for cells in this row.  
Public PropertyVisibleGets or sets whether this row is visible.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a new row or range of rows before this row or range of rows.  
Public MethodEqualsDetermines whether the specified object is equivalent to this row.  
Public MethodGetHashCodeGets the hash code for this row.  
Public MethodRemoveRemoves this row or range of rows.  
Public MethodResetBackColorResets the background color for the row and makes the row inherit the background color from the default row.  
Public MethodResetBackgroundResets the background for the row and makes the row inherit the background from the default row.  
Public MethodResetBorderResets the cell border for the row and makes the row inherit the cell border from the default row.  
Public MethodResetCanFocusResets to its default value whether the cells in this row can receive focus.  
Public MethodResetCellTypeResets the cell type for the row and makes the row inherit the cell type from the default row.  
Public MethodResetFontResets the font for the row and makes the row inherit the font from the default row.  
Public MethodResetForeColorResets the foreground color for the row and makes the row inherit the foreground color from the default row.  
Public MethodResetHeightResets the height for the row and makes the row inherit the height from the default row.  
Public MethodResetHorizontalAlignmentResets the horizontal alignment for the row and makes the row inherit the horizontal alignment from the default row.  
Public MethodResetLockedResets the locked state for the row and makes the row inherit the locked state from the default row.  
Public MethodResetMarginResets 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.  
Public MethodResetTabStopResets the setting that allows the user to set focus using Tab key and makes the row inherit the setting from the default row.  
Public MethodResetVerticalAlignmentResets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.  
Public MethodToStringOverloaded. Gets a string containing an absolute reference to this row in the current reference style.  
Top

See Also

Reference

Row Class
FarPoint.Web.Spread Namespace
Column Class

User-Task Documentation

Customizing the Appearance of Rows and Columns
Customizing the Interaction of Rows and Columns

© 2002-2012 GrapeCity, Inc. All Rights Reserved.