IAcadTableDeleteContent
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void DeleteContent(
        int nRow,
        int nCol
)
 
Sub DeleteContent ( 
        nRow As Integer,
        nCol As Integer
)
 
void DeleteContent(
        [InAttribute] int nRow, 
        [InAttribute] int nCol
)
 
abstract DeleteContent : 
        nRow : int * 
        nCol : int -> unit 
 
 
 
Parameters
- nRow  Int32
 
-  
 
- nCol  Int32
 
-  
 
 
See Also