IAcadTableStyleCreateCellStyle Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void CreateCellStyle(
string bstrCellStyle
)
Sub CreateCellStyle (
bstrCellStyle As String
)
void CreateCellStyle(
[InAttribute] String^ bstrCellStyle
)
abstract CreateCellStyle :
bstrCellStyle : string -> unit
Parameters
- bstrCellStyle
- Type: SystemString
See Also