Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRange Class / SheetCellRange Constructor / SheetCellRange Constructor()


In This Topic
    SheetCellRange Constructor()
    In This Topic
    Initializes a new instance of the SheetCellRange class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New SheetCellRange()
    public SheetCellRange()
    Remarks
    This constructor is needed for XML deserialization. You should not call it directly from code.
    See Also