Spread Windows Forms 9.0 Product Documentation
Rows.DefaultRow Class Members
Properties  Methods 


The following tables list the members exposed by Rows.DefaultRow.

Public Properties
 NameDescription
Public PropertyBackColorGets or sets the background color for cells in the default row.  
Public PropertyBorderGets or sets the border for cells in the default row.  
Public PropertyCanFocusGets or sets the default CanFocus setting for cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyCellPaddingGets or sets the amount of space, in pixels, to pad cells in the row(s). (Inherited from FarPoint.Win.Spread.Row)
Public PropertyCellTypeGets or sets the default cell type for cells in the default row.  
Public PropertyEditorGets or sets the default editor for cells in the default row.  
Public PropertyErrorTextThis property is not applicable. It cannot be set for a default column.  
Public PropertyFontGets or sets the default font for cells in the default row.  
Public PropertyForeColorGets or sets the default text color for cells in the default row.  
Public PropertyFormatterGets or sets the default formatter for cells in the default row.  
Public PropertyFormulaThis property is not applicable. It cannot be set for a default column.  
Public PropertyHeightGets or sets the height of this row in pixels. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyHorizontalAlignmentGets or sets the default horizontal alignment of text for cells in the default row.  
Public PropertyImeModeGets or sets the IME mode for a row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyImeSentenceModeGets or sets the IME sentence mode for a row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyIndexGets the index of this row, or the starting index for this range of rows. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyIndex2Gets the ending index for this range of rows. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyInputScopeGets or sets the InputScope for a row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyLabelThis property is not applicable. It cannot be set for a default column.  
Public PropertyLockedGets or sets whether cells in the default row are marked as locked.  
Public PropertyMergePolicyGets or sets whether to automatically merge adjacent identical cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyNoteIndicatorColorGets or sets the default color for the cell note indicator for cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyNoteIndicatorPositionGets or sets the position of the note indicator for cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyNoteIndicatorSizeGets or sets the default size for the note indicator for cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyPageBreakGets or sets whether a page break is inserted before this row when printing. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyParentGets the parent collection of rows (Rows object) that contains this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyParentStyleNameGets or sets the name of the parent style (NamedStyle object) from which style properties are inherited for this default row.  
Public PropertyRendererGets or sets the default renderer for cells in the default row.  
Public PropertyResizableGets or sets whether this row can be resized. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyStyleNameGets or sets the custom style (NamedStyle object) for the cells in the default row.  
Public PropertyTabStopGets or sets whether the user can set focus to cells in this row using the Tab key. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyTagGets or sets the application-defined tag value associated with the cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyTextIndentGets or sets the amount of spaces to indent text in cells of the row in pixels. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyVerticalAlignmentGets or sets the default vertical alignment of text for cells in the default row.  
Public PropertyVisibleGets or sets whether this row is visible. (Inherited from FarPoint.Win.Spread.Row)
Public PropertyVisualStylesGets or sets the setting of visual styles (XP themes) for the row. (Inherited from FarPoint.Win.Spread.Row)
Top
Public Methods
 NameDescription
Public MethodAddAdds a new row or range of rows before this row or range of rows. (Inherited from FarPoint.Win.Spread.Row)
Public MethodEqualsDetermines whether the specified object is equivalent to this row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodGetHashCodeGets the hash code for this row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodGetPreferredHeightGets the minimum height necessary to display the text in all cells in this row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodInvalidateInvalidates the displayed cells and sends the message to repaint them. (Inherited from FarPoint.Win.Spread.Row)
Public MethodRemoveRemoves this row (or a range of row if called repeatedly). (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetBackColorResets the background color for the row and makes the row inherit the background color from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetBorderResets the cell border for the row and makes the row inherit the cell border from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetCanFocusResets to its default value whether the cells in this row can receive focus. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetCellPaddingResets the cell padding of the row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetCellTypeResets the cell type for the row and makes the row inherit the cell type from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetFontResets the font for the row and makes the row inherit the font from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetForeColorResets the foreground color for the row and makes the row inherit the foreground color from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetHeightResets the height for the row and makes the row inherit the height from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetHorizontalAlignmentResets the horizontal alignment for the row and makes the row inherit the horizontal alignment from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetImeModeResets the IME mode for the row and makes the row inherit the IME mode from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetImeSentenceModeResets the IME sentence mode for the row and makes the row inherit the IME sentence mode from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetLabelResets the label for the row and makes the row use the automatic text. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetLockedResets the locked state for the row and makes the row inherit the locked state from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetMergePolicyResets the merge policy for the row and makes the row inherit the merge policy from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetNoteIndicatorColorResets the color of the note indicator for cells in this row to the default value. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetNoteIndicatorPositionResets the position of the note indicator for cells in this row to the default value. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetNoteIndicatorSizeResets the size of the note indicator for cells in this row to the default value. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetParentStyleNameResets the name of the parent style for cells in this row to an empty string. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetResizableResets the resizability for the row and makes the row inherit the resizability from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetTabStopResets to its default value whether the user can set focus to cells in this row using the Tab key. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetTextIndentResets the text indent for the row and makes the row inherit the text indent from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetVerticalAlignmentResets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetVisibleResets the visiblity for the row and makes the row inherit the visibility from the default row. (Inherited from FarPoint.Win.Spread.Row)
Public MethodResetVisualStylesResets the setting of visual styles (XP themes) for the row to the default setting. (Inherited from FarPoint.Win.Spread.Row)
Top
See Also

Reference

Rows.DefaultRow Class
FarPoint.Win.Spread Namespace
Columns.DefaultColumn Class

User-Task Documentation

Customizing the Appearance of Rows or Columns

 

 


Copyright © GrapeCity, inc. All rights reserved.