DataGridView.AdvancedCellBorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the border style of the cells in the DataGridView.
public:
property System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ AdvancedCellBorderStyle { System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AdvancedCellBorderStyle : System.Windows.Forms.DataGridViewAdvancedBorderStyle
Public ReadOnly Property AdvancedCellBorderStyle As DataGridViewAdvancedBorderStyle
Property Value
A DataGridViewAdvancedBorderStyle that represents the border style of the cells in the DataGridView.
- Attributes
Remarks
Use the AdvancedCellBorderStyle property to customize the appearance of cells' borders. To change the style of the borders using the built-in styles, use the CellBorderStyle property.
Applies to
See also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET