IAcadTableStyleDeleteCellStyle Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void DeleteCellStyle(
        string bstrCellStyle
)
 
Sub DeleteCellStyle ( 
        bstrCellStyle As String
)
 
void DeleteCellStyle(
        [InAttribute] String^ bstrCellStyle
)
 
abstract DeleteCellStyle : 
        bstrCellStyle : string -> unit 
 
 
 
Parameters
- bstrCellStyle  String
 
-  
 
 
See Also