DataGridViewCell.GetInheritedStyle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得套用到儲存格的樣式。
public:
virtual System::Windows::Forms::DataGridViewCellStyle ^ GetInheritedStyle(System::Windows::Forms::DataGridViewCellStyle ^ inheritedCellStyle, int rowIndex, bool includeColors);
public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors);
public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors);
abstract member GetInheritedStyle : System.Windows.Forms.DataGridViewCellStyle * int * bool -> System.Windows.Forms.DataGridViewCellStyle
override this.GetInheritedStyle : System.Windows.Forms.DataGridViewCellStyle * int * bool -> System.Windows.Forms.DataGridViewCellStyle
Public Overridable Function GetInheritedStyle (inheritedCellStyle As DataGridViewCellStyle, rowIndex As Integer, includeColors As Boolean) As DataGridViewCellStyle
參數
- inheritedCellStyle
- DataGridViewCellStyle
此 DataGridViewCellStyle 要填入繼承的儲存格樣式。
- rowIndex
- Int32
儲存格的父資料列索引。
- includeColors
- Boolean
如果要在傳回的儲存格樣式中包含已繼承的色彩,則為 true
;否則為 false
。
傳回
此 DataGridViewCellStyle 包含繼承自儲存格的父資料列、資料行和 DataGridView 的儲存格樣式設定。
例外狀況
rowIndex
小於 0 或是大於或等於父 DataGridView 中的資料列數。
備註
這個方法會傳回 , DataGridViewCellStyle 從 DataGridViewCellStyle 儲存格父資料列、資料行和 DataGridView 的物件繼承其設定。 如需詳細資訊,請參閱Windows Forms DataGridView 控制項中的儲存格樣式。