ISortView.DeleteRow(Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void DeleteRow(int iRelativeRow, bool fDeleteFromStorage);
public void DeleteRow (int iRelativeRow, bool fDeleteFromStorage);
abstract member DeleteRow : int * bool -> unit
Public Sub DeleteRow (iRelativeRow As Integer, fDeleteFromStorage As Boolean)
Parameters
- iRelativeRow
- Int32
- fDeleteFromStorage
- Boolean