DataGridViewAdvancedBorderStyle.All Vlastnost

Definice

Získá nebo nastaví styl ohraničení pro všechna ohraničení buňky.

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

Hodnota vlastnosti

DataGridViewAdvancedCellBorderStyle

Jedna z DataGridViewAdvancedCellBorderStyle hodnot.

Výjimky

Zadaná hodnota při nastavení této vlastnosti není platnými DataGridViewAdvancedCellBorderStyle hodnotami.

Zadaná hodnota při nastavení této vlastnosti je NotSet.

-nebo- Zadaná hodnota při nastavení této vlastnosti je OutsetDouble, OutsetPartialnebo InsetDouble a tato DataGridViewAdvancedBorderStyle instance byla načtena prostřednictvím AdvancedCellBorderStyle vlastnosti.

Poznámky

Pokud není vlastnost Left, , TopRighta Bottom vlastnosti nastaveny na stejnou DataGridViewAdvancedCellBorderStyle hodnotu, All hodnota vlastnosti je NotSet.

Platí pro