IAcadTableStyleGetIsMergeAllEnabled
Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
bool GetIsMergeAllEnabled(
string bstrCellStyle
)
Function GetIsMergeAllEnabled (
bstrCellStyle As String
) As Boolean
bool GetIsMergeAllEnabled(
[InAttribute] String^ bstrCellStyle
)
abstract GetIsMergeAllEnabled :
bstrCellStyle : string -> bool
Parameters
- bstrCellStyle String
-
Return Value
Boolean
See Also