﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridCell" FullName="System.Windows.Forms.DataGridCell"><TypeSignature Language="C#" Value="public struct DataGridCell" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.ValueType</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.DataGridCell" /> can be used in conjunction with the <see cref="T:System.Windows.Forms.DataGrid" /> control's <see cref="P:System.Windows.Forms.DataGrid.CurrentCell" /> property to get or set the value of any cell. Setting the <see cref="T:System.Windows.Forms.DataGrid" /> control's <see cref="P:System.Windows.Forms.DataGrid.CurrentCell" /> property to a <see cref="T:System.Windows.Forms.DataGridCell" /> causes the focus to move to the cell specified by the <see cref="T:System.Windows.Forms.DataGridCell" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Identifies a cell in the grid.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridCell (int r, int c);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="r" Type="System.Int32" /><Parameter Name="c" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridCell" /> class.</para></summary><param name="r"><attribution license="cc4" from="Microsoft" modified="false" />The number of a row in the <see cref="T:System.Windows.Forms.DataGrid" />. </param><param name="c"><attribution license="cc4" from="Microsoft" modified="false" />The number of a column in the <see cref="T:System.Windows.Forms.DataGrid" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ColumnNumber"><MemberSignature Language="C#" Value="public int ColumnNumber { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use the <see cref="P:System.Windows.Forms.DataGridCell.ColumnNumber" /> value to specify a <see cref="T:System.Data.DataColumn" /> in the <see cref="T:System.Data.DataTable" /> associated with the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the number of a column in the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object o);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="o" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.DataGridCell" /> is identical to a second <see cref="T:System.Windows.Forms.DataGridCell" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the second object is identical to the first; otherwise, false.</para></returns><param name="o"><attribution license="cc4" from="Microsoft" modified="false" />An object you are to comparing. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a hash value that can be added to a <see cref="T:System.Collections.Hashtable" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A number that uniquely identifies the <see cref="T:System.Windows.Forms.DataGridCell" /> in a <see cref="T:System.Collections.Hashtable" />.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="RowNumber"><MemberSignature Language="C#" Value="public int RowNumber { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can use the <see cref="P:System.Windows.Forms.DataGridCell.RowNumber" /> value to specify a <see cref="T:System.Data.DataRow" /> in the <see cref="T:System.Data.DataTable" /> associated with the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the number of a row in the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the row number and column number of the cell.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string containing the row number and column number.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>