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