Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class
Fields Properties Methods


In This Topic
    Row Class Members
    In This Topic

    The following tables list the members exposed by Row.

    Protected Fields
     NameDescription
    Protected Field  
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color for cells in this row.  
    Public PropertyGets or sets the border for cells in this row.  
    Public PropertyGets or sets the default CanFocus setting for cells in this row.  
    Public PropertyGets or sets the amount of space, in pixels, to pad cells in the row(s).  
    Public PropertyGets or sets the default cell type for cells in this row.  
    Public PropertyGets or sets the default editor for cells in this row.  
    Public PropertyGets or sets the error text value in this row.  
    Public PropertyGets or sets the default font for cells in this row.  
    Public PropertyGets or sets the default text color for cells in this row.  
    Public PropertyGets or sets the default formatter for cells in this row.  
    Public PropertyGets or sets the formula for cells in this row.  
    Public PropertyGets or sets the height of this row in pixels.  
    Public PropertyGets or sets the default horizontal alignment of text for cells in this row.  
    Public PropertyGets or sets the IME mode for a row.  
    Public PropertyGets or sets the IME sentence mode for a row.  
    Public PropertyGets the index of this row, or the starting index for this range of rows.  
    Public PropertyGets the ending index for this range of rows.  
    Public PropertyGets or sets the InputScope for a row.  
    Public PropertyGets or sets the header text for this row.  
    Public PropertyGets or sets the background color for locked cells in this row.  
    Public PropertyGets or sets whether cells in this row are marked as locked.  
    Public PropertyGets or sets the font for locked cells in this row.  
    Public PropertyGets or sets the forecolor for locked cells in this row.  
    Public PropertyGets or sets whether to automatically merge adjacent identical cells in this row.  
    Public PropertyGets or sets the default color for the cell note indicator for cells in this row.  
    Public PropertyGets or sets the position of the note indicator for cells in this row.  
    Public PropertyGets or sets the default size for the note indicator for cells in this row.  
    Public PropertyGets or sets whether a page break is inserted before this row when printing.  
    Public PropertyGets the parent collection of rows (Rows object) that contains this row.  
    Public PropertyGets or sets the name of the parent style from which style properties are inherited.  
    Public PropertyGets or sets the default renderer for cells in this row.  
    Public PropertyGets or sets whether this row can be resized.  
    Public PropertyGets or sets the name of the custom style for the cells in this row.  
    Public PropertyGets or sets whether the user can set focus to cells in this row using the Tab key.  
    Public PropertyGets or sets the application-defined tag value associated with the cells in this row.  
    Public PropertyGets or sets the amount of spaces to indent text in cells of the row in pixels.  
    Public PropertyGets an instance of IValidation which may be used to get and set validation properties of the rows represented by this Row.  
    Public PropertyGets or sets the default vertical alignment for cells in this row.  
    Public PropertyGets or sets whether this row is visible.  
    Public PropertyGets or sets the setting of visual styles (XP themes) for the row.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new row or range of rows before this row or range of rows.  
    Public MethodDetermines whether the specified object is equivalent to this row.  
    Public MethodGets the hash code for this row.  
    Public MethodGets the minimum height necessary to display the text in all cells in this row.  
    Public MethodInvalidates the displayed cells and sends the message to repaint them.  
    Public MethodRemoves this row or range of rows.  
    Public MethodResets the background color for the row and makes the row inherit the background color from the default row.  
    Public MethodResets the cell border for the row and makes the row inherit the cell border from the default row.  
    Public MethodResets to its default value whether the cells in this row can receive focus.  
    Public MethodResets the cell padding of the row.  
    Public MethodResets the cell type for the row and makes the row inherit the cell type from the default row.  
    Public MethodResets the font for the row and makes the row inherit the font from the default row.  
    Public MethodResets the foreground color for the row and makes the row inherit the foreground color from the default row.  
    Public MethodResets the height for the row and makes the row inherit the height from the default row.  
    Public MethodResets the horizontal alignment for the row and makes the row inherit the horizontal alignment from the default row.  
    Public MethodResets the IME mode for the row and makes the row inherit the IME mode from the default row.  
    Public MethodResets the IME sentence mode for the row and makes the row inherit the IME sentence mode from the default row.  
    Public MethodResets the label for the row and makes the row use the automatic text.  
    Public MethodResets the background color for the locked row and makes the row inherit the background color from the default row.  
    Public MethodResets the locked state for the row and makes the row inherit the locked state from the default row.  
    Public MethodResets the font for the locked row and makes the row inherit the font from the default row.  
    Public MethodResets the fore color for the locked row and makes the row inherit the fore color from the default row.  
    Public MethodResets the merge policy for the row and makes the row inherit the merge policy from the default row.  
    Public MethodResets the color of the note indicator for cells in this row to the default value.  
    Public MethodResets the position of the note indicator for cells in this row to the default value.  
    Public MethodResets the size of the note indicator for cells in this row to the default value.  
    Public MethodResets the name of the parent style for cells in this row to an empty string.  
    Public MethodResets the resizability for the row and makes the row inherit the resizability from the default row.  
    Public MethodResets to its default value whether the user can set focus to cells in this row using the Tab key.  
    Public MethodResets the text indent for the row and makes the row inherit the text indent from the default row.  
    Public MethodResets the vertical alignment for the row and makes the row inherit the vertical alignment from the default row.  
    Public MethodResets the visiblity for the row and makes the row inherit the visibility from the default row.  
    Public MethodResets the setting of visual styles (XP themes) for the row to the default setting.  
    Public MethodOverloaded. Gets a string that contains an absolute reference to this row in the current reference style.  
    Top
    See Also