TableIsBackgroundColorNone(Int32,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual bool IsBackgroundColorNone(
int row,
int col
)
Public Overridable Function IsBackgroundColorNone (
row As Integer,
col As Integer
) As Boolean
public:
virtual bool IsBackgroundColorNone(
int row,
int col
)
abstract IsBackgroundColorNone :
row : int *
col : int -> bool
override IsBackgroundColorNone :
row : int *
col : int -> bool
Parameters
- row Int32
-
- col Int32
-
Return Value
Boolean
See Also