DataGridViewAdvancedBorderStyle.All プロパティ

定義

セルのすべての境界線の境界線スタイルを取得または設定します。

public:
 property System::Windows::Forms::DataGridViewAdvancedCellBorderStyle All { System::Windows::Forms::DataGridViewAdvancedCellBorderStyle get(); void set(System::Windows::Forms::DataGridViewAdvancedCellBorderStyle value); };
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle All { get; set; }
member this.All : System.Windows.Forms.DataGridViewAdvancedCellBorderStyle with get, set
Public Property All As DataGridViewAdvancedCellBorderStyle

プロパティ値

DataGridViewAdvancedCellBorderStyle 値のいずれか 1 つ。

例外

このプロパティの設定時に指定された値が、有効な DataGridViewAdvancedCellBorderStyle 値ではありません。

このプロパティの設定時に指定された値が NotSet です。

- または -

このプロパティの設定時に指定された値が OutsetDoubleOutsetPartialInsetDouble のいずれかであり、なおかつこの DataGridViewAdvancedBorderStyle インスタンスが AdvancedCellBorderStyle プロパティによって取得されています。

注釈

RightLeftTop、および Bottom の各プロパティが同じDataGridViewAdvancedCellBorderStyle値に設定されていない場合、プロパティのAll値は ですNotSet

適用対象