DataGridViewRowCollection.Item[Int32] 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 DataGridViewRow at the specified index.
public:
property System::Windows::Forms::DataGridViewRow ^ default[int] { System::Windows::Forms::DataGridViewRow ^ get(int index); };
public System.Windows.Forms.DataGridViewRow this[int index] { get; }
member this.Item(int) : System.Windows.Forms.DataGridViewRow
Default Public ReadOnly Property Item(index As Integer) As DataGridViewRow
Parameters
- index
- Int32
The zero-based index of the DataGridViewRow to get.
Property Value
The DataGridViewRow at the specified index. Accessing a DataGridViewRow with this indexer causes the row to become unshared. To keep the row shared, use the SharedRow(Int32) method. For more information, see Best Practices for Scaling the Windows Forms DataGridView Control.
Exceptions
Applies to
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.