Click or drag to resize
XDL

XGrid Properties

The XGrid type exposes the following members.

Properties
  NameDescription
Public propertyCSize
2차원 데이터에 대한 Column 크기를 얻는다.
Public propertyDataPtr
그리드 데이터의 메모리 포인터를 얻는다. 비관리 메모리 주소이므로 매우 주의해서 써야 한다.
Public propertyDataSize
데이터 형에 대한 크기(Bytes)를 얻는다.
Public propertyDataType
2차원 데이터에 대한 데이터 형을 얻는다.
Public propertyRSize
2차원 데이터에 대한 Row 크기를 얻는다.
Top
See Also