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