ISortView.DeleteRow(Int32, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- iRelativeRow
- Int32
- fDeleteFromStorage
- Boolean