IAcadTableStyleDeleteCellStyle Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.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
- Type: SystemString
See Also