AcadTableStyleClassCreateCellStyleFromStyle Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void CreateCellStyleFromStyle(
string bstrCellStyle,
string bstrSourceCellStyle
)
Public Overridable Sub CreateCellStyleFromStyle (
bstrCellStyle As String,
bstrSourceCellStyle As String
)
public:
virtual void CreateCellStyleFromStyle(
[InAttribute] String^ bstrCellStyle,
[InAttribute] String^ bstrSourceCellStyle
)
abstract CreateCellStyleFromStyle :
bstrCellStyle : string *
bstrSourceCellStyle : string -> unit
override CreateCellStyleFromStyle :
bstrCellStyle : string *
bstrSourceCellStyle : string -> unit
Parameters
- bstrCellStyle
- Type: SystemString
- bstrSourceCellStyle
- Type: SystemString
Implements
IAcadTableStyleCreateCellStyleFromStyle(String, String)
See Also