IAcadTableStyleCreateCellStyle Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.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 String
-
See Also