Click or drag to resize
XDL

XGridCopySubset(XGrid, Int32, Int32, Int32, Int32) Method

이 객체 데이터의 특정 위치에 새로운 데이터를 복사한다..

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool CopySubset(
	XGrid srcGrid,
	int nR1,
	int nR2,
	int nC1,
	int nC2
)

Parameters

srcGrid  XGrid
복사해 넣기를 하려는 XGrid 데이터.
nR1  Int32
이 객체의 열 시작 위치
nR2  Int32
이 객체의 열 끝 위치
nC1  Int32
이 객체의 행 시작 위치
nC2  Int32
이 객체의 행 끝 위치

Return Value

Boolean
성공인경우 true, 실패인 경우 false
See Also