다음을 통해 공유


DataGridViewImageCell.DataGridViewImageCellAccessibleObject.Value 속성

정의

소유 셀의 서식이 지정된 값을 나타내는 문자열을 가져옵니다.

public:
 virtual property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public override string Value { get; set; }
public override string? Value { get; set; }
member this.Value : string with get, set
Public Overrides Property Value As String

속성 값

String 셀 값의 표현입니다.

예외

속성 값은 Owner .입니다 null.

설명

이 속성에는 ValueFormattedValue 속성의 값을 나타내는 문자열이 포함되어 있습니다. 형식의 DataGridViewImageCell.DataGridViewImageCellAccessibleObject 경우 일반적으로 값의 FormattedValueType 문자열 표현입니다.

이 속성을 설정해도 아무 효과가 없습니다.

적용 대상

추가 정보