DataGridViewCell.GetInheritedStyle Yöntem

Tanım

Hücreye uygulanan stili alır.

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

Parametreler

inheritedCellStyle
DataGridViewCellStyle

DataGridViewCellStyle Devralınan hücre stiliyle doldurulacak A.

rowIndex
Int32

Hücrenin üst satırının dizini.

includeColors
Boolean

true döndürülen hücre stiline devralınan renkleri dahil etmek için; aksi takdirde , false.

Döndürülenler

DataGridViewCellStyle

Hücrenin DataGridViewCellStyle üst satırından, sütunundan ve DataGridViewöğesinden devralınan hücrenin stil ayarlarını içeren bir.

Özel durumlar

Hücreyle ilişkilendirilmiş DataGridViewyok.

-veya- ColumnIndex 0'dan küçükse, hücrenin bir satır üst bilgi hücresi olduğunu gösterir.

rowIndex 0'dan küçük veya üst DataGridViewöğedeki satır sayısından büyük veya buna eşit.

Açıklamalar

Bu yöntem, hücrenin DataGridViewCellStyle üst satırı, sütunu ve DataGridViewnesnelerinden ayarlarını devralan bir DataGridViewCellStyle döndürür. Daha fazla bilgi için bkz. Windows Forms DataGridView Denetimindeki Hücre Stilleri.

Şunlara uygulanır

Ayrıca bkz.