DataGridViewAdvancedBorderStyle.ToString 方法
定義
傳回表示 DataGridViewAdvancedBorderStyle 的字串。Returns a string that represents the DataGridViewAdvancedBorderStyle.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
表示 DataGridViewAdvancedBorderStyle 的字串。A string that represents the DataGridViewAdvancedBorderStyle.
備註
Left Bottom All Top方法會傳回字串, 其中包含、、、和Right屬性的值。 ToStringThe ToString method returns a string that includes the values for the All, Top, Bottom, Left, and Right properties.