DataGridViewCheckBoxColumn.ToString 方法
定義
取得描述資料行的字串。Gets a string that describes the column.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
- String
String,描述資料行。A String that describes the column.
適用於
另請參閱