Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class
Members


In This Topic
    Rows.DefaultRow Class
    In This Topic
    Represents the default row in the component.
    Object Model
    Rows.DefaultRow ClassIBorder InterfaceCellPadding ClassICellType InterfaceIEditor InterfaceIFormatter InterfaceRows ClassRow ClassIRenderer InterfaceIValidation Interface
    Syntax
    'Declaration
     
    Public Class Rows.DefaultRow 
       Inherits Row
    'Usage
     
    Dim instance As Rows.DefaultRow
    public class Rows.DefaultRow : Row 
    Remarks
    We recommend that you use the DefaultStyle properties of the SheetView or RowHeader object rather than setting style properties in the Rows.DefaultRow class.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Row
          FarPoint.Win.Spread.Rows.DefaultRow

    See Also