14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
112 public OdCellRange(Int32 topRow, Int32 leftColumn, Int32 bottomRow, Int32 rightColumn) : this(
TD_DbPINVOKE.new_OdCellRange__SWIG_1(topRow , leftColumn , bottomRow , rightColumn ), true) {
OdCellRange(Int32 topRow, Int32 leftColumn, Int32 bottomRow, Int32 rightColumn)
virtual void Dispose(bool disposing)
bool IsEqual(OdCellRange range)
static HandleRef getCPtr(OdCellRange obj)
bool IsNotEqual(OdCellRange range)
OdCellRange(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static Int32 OdCellRange_m_rightColumn_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCellRange_m_rightColumn_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static Int32 OdCellRange_m_leftColumn_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdCellRange(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdCellRange_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static Int32 OdCellRange_m_topRow_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdCellRange_m_leftColumn_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static Int32 OdCellRange_m_bottomRow_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdCellRange_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdCellRange_m_topRow_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void OdCellRange_m_bottomRow_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)