Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / FillDown Method


In This Topic
    FillDown Method
    In This Topic
    Fills down from the top cell or cells in the specified range to the bottom of the range. The contents and formatting of the cell or cells in the top row of a range are copied into the rest of the rows in the range.
    Syntax
    'Declaration
     
    
    Sub FillDown() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.FillDown()
    void FillDown()
    See Also