DataGridViewCellStyle.ICloneable.Clone 메서드

정의

DataGridViewCellStyle의 정확한 복사본을 만듭니다.

 virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone

반환

Object

이 셀 스타일과 정확하게 일치하는 복사본을 나타내는 DataGridViewCellStyle입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DataGridViewCellStyle 인스턴스가 ICloneable 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보