Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Remove Method


In This Topic
    Remove Method (Row)
    In This Topic
    Removes the current row or range of rows.
    Syntax
    'Declaration
     
    Public Sub Remove() 
    'Usage
     
    Dim instance As Row
     
    instance.Remove()
    public void Remove()
    See Also