AcadTableClassGetHasFormula Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual bool GetHasFormula(
int nRow,
int nCol,
int nContent
)
Public Overridable Function GetHasFormula (
nRow As Integer,
nCol As Integer,
nContent As Integer
) As Boolean
public:
virtual bool GetHasFormula(
[InAttribute] int nRow,
[InAttribute] int nCol,
[InAttribute] int nContent
)
abstract GetHasFormula :
nRow : int *
nCol : int *
nContent : int -> bool
override GetHasFormula :
nRow : int *
nCol : int *
nContent : int -> bool
Parameters
- nRow
- Type: SystemInt32
- nCol
- Type: SystemInt32
- nContent
- Type: SystemInt32
Return Value
Type:
Boolean
Implements
IAcadTableGetHasFormula(Int32, Int32, Int32)
See Also