Click or drag to resize
XDL

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

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

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

Parameters

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

Return Value

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