All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewHeaderCell

Wisej.Web.DataGridViewHeaderCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

  • DataGridViewElement

    • DataGridViewCell

Contains functionality common to row header cells and column header cells.

Constructors

DataGridViewHeaderCell()

Properties

Displayed

:

Frozen

: Returns a value indicating whether the cell is frozen.

ReadOnly

: Returns a value indicating whether the header cell is read-only.

Throws:

  • An operation tries to set this property.

Resizable

: Returns a value indicating whether the cell is resizable.

Selected

: Returns or sets whether the cell is selected.

Throws:

  • This property is being set.

ValueType

: Returns the type of the value stored in the cell.

Visible

: Returns a value indicating whether or not the cell is visible.

Methods

Clone()

Creates a copy of this cell.

Returns: . The cloned .

GetInheritedState(rowIndex)

Returns a value indicating the current state of the cell as inherited from the state of its row or column.

Parameter
Type
Description

Returns: . A combination of values representing the current state of the cell.

Throws:

  • The cell is a row header cell, the cell is not contained within a control, and rowIndex is not -1.- or -The cell is a row header cell, the cell is contained within a control, and rowIndex is outside the valid range of 0 to the number of rows in the control minus 1.- or -The cell is a row header cell and rowIndex is not the index of the row containing this cell.

  • The cell is a column header cell or the control's and rowIndex is not -1.

Inherited By

Name
Description

rowIndex

Int32

The index of the row containing the cell or -1 if the cell is not a row header cell or is not contained within a DataGridView control.

DataGridViewColumnHeaderCell

Represents a column header in a DataGridView control.

DataGridViewRowHeaderCell

Represents a row header of a DataGridView control.

DataGridViewHeaderCell
Public Class DataGridViewHeaderCell
    Inherits DataGridViewCell
Boolean
Boolean
Boolean
InvalidOperationException
Boolean
Boolean
InvalidOperationException
Type
Boolean
DataGridViewCell
DataGridViewHeaderCell
DataGridViewElementStates
DataGridViewElementStates
ArgumentException
DataGridView
DataGridView
ArgumentOutOfRangeException
TopLeftHeaderCell
public class DataGridViewHeaderCell : DataGridViewCell