FarPoint.Win.Spread
Row Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : Row Class


The following tables list the members exposed by Row.

Public Properties

 NameDescription
Public PropertyBackColor Gets or sets the background color for cells in this row.  
Public PropertyBorder Gets or sets the border for cells in this row.  
Public PropertyCanFocus Gets or sets the default CanFocus setting for cells in this row.  
Public PropertyCellPadding Gets or sets the amount of space, in pixels, to cell padding in cells of the row(s).  
Public PropertyCellType Gets or sets the default cell type for cells in this row.  
Public PropertyEditor Gets or sets the default editor for cells in this row.  
Public PropertyFont Gets or sets the default font for text in cells in this row.  
Public PropertyForeColor Gets or sets the default text color for cells in this row.  
Public PropertyFormatter Gets or sets the default formatter for cells in this row.  
Public PropertyFormula Gets or sets the formula for cells in this row.  
Public PropertyHeight Gets or sets the height of this row in pixels.  
Public PropertyHorizontalAlignment Gets or sets the default horizontal alignment of text for cells in this row.  
Public PropertyIndex Gets the index of this row, or the starting index for this range of rows.  
Public PropertyIndex2 Gets the ending index for this range of rows.  
Public PropertyLabel Gets or sets the header text for this row.  
Public PropertyLocked Gets or sets whether cells in this row are marked as locked.  
Public PropertyMergePolicy Gets or sets whether to automatically merge adjacent identical cells in this row.  
Public PropertyNoteIndicatorColor Gets or sets the default color for the cell note indicator for cells in this row.  
Public PropertyNoteIndicatorPosition Gets or sets the position of the note indicator for cells in this row.  
Public PropertyNoteIndicatorSize Gets or sets the default size for the note indicator for cells in this row.  
Public PropertyPageBreak Gets or sets whether a page break is inserted before this row when printing.  
Public PropertyParent Gets the parent collection of rows (Rows object) containing this row.  
Public PropertyParentStyleName Gets or sets the name of the parent style from which style properties are inherited.  
Public PropertyRenderer Gets or sets the default renderer for cells in this row.  
Public PropertyResizable Gets or sets whether this row can be resized.  
Public PropertyStyleName Gets or sets the name of the custom style for the cells in this row.  
Public PropertyTabStop Gets or sets whether the user can set focus to cells in this row using the Tab key.  
Public PropertyTag Gets or sets the application-defined tag value associated with the cells in this row.  
Public PropertyTextIndent Gets or sets the amount of spaces to indent text in cells of the row in pixels.  
Public PropertyVerticalAlignment Gets or sets the default vertical alignment for cells in this row.  
Public PropertyVisible Gets or sets whether this row is visible.  
Public PropertyVisualStyles Gets or sets the setting of visual styles (XP themes) for the row.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds a new row or range of rows before this row or range of rows.  
Public MethodEqualsOverridden.  Determines whether the specified object is equivalent to this row.  
Public MethodGetHashCodeOverridden.  Gets the hash code for this row.  
Public MethodGetPreferredHeight Gets the minimum height necessary to display the text in all cells in this row.  
Public MethodInvalidate Invalidates the displayed cells and sends the message to repaint them.  
Public MethodRemoveRemoves this row (or a range of row if called repeatedly).  
Public MethodResetBackColor Resets the background color for the row and makes the row inherit the background color from the default row.  
Public MethodResetBorder Resets the cell border for the row and makes the row inherit the cell border from the default row.  
Public MethodResetCanFocus Resets to its default value whether the cells in this row can receive focus.  
Public MethodResetCellPadding Resets the cell padding of the row.  
Public MethodResetCellType Resets the cell type for the row and makes the row inherit the cell type from the default row.  
Public MethodResetFont Resets the font for the row and makes the row inherit the font from the default row.  
Public MethodResetForeColor Resets the foreground color for the row and makes the row inherit the foreground color from the default row.  
Public MethodResetHeight Resets the height for the row and makes the row inherit the height from the default row.  
Public MethodResetHorizontalAlignment Resets the horizontal alignment for the row and makes the row inherit the horizontal alignment from the default row.  
Public MethodResetLabel Resets the label for the row and makes the row use the automatic text.  
Public MethodResetLocked Resets the locked state for the row and makes the row inherit the locked state from the default row.  
Public MethodResetMergePolicy Resets the merge policy for the row and makes the row inherit the merge policy rom the default row.  
Public MethodResetNoteIndicatorColor Resets the color of the note indicator for cells in this row to the default value.  
Public MethodResetNoteIndicatorPosition Resets the position of the note indicator for cells in this row to the default value.  
Public MethodResetNoteIndicatorSize Resets the size of the note indicator for cells in this row to the default value.  
Public MethodResetParentStyleName Resets the name of the parent style for cells in this row to an empty string.  
Public MethodResetResizable Resets the resizability for the row and makes the row inherit the resizability from the default row.  
Public MethodResetTabStop Resets to its default value whether the user can set focus to cells in this row using the Tab key.  
Public MethodResetTextIndent Resets the text indent for the row and makes the row inherit the text indent from the default row.  
Public MethodResetVerticalAlignment Resets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.  
Public MethodResetVisible Resets the visiblity for the row and makes the row inherit the visibility from the default row.  
Public MethodResetVisualStyles Resets the setting of visual styles (XP themes) for the row to the default setting.  
Public MethodToStringOverloaded. Overridden. Gets a string containing a reference to this row.  
Top

See Also