# FarPoint.Win.Spread.Data.SpreadDataRowView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Data_SpreadDataRowView" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView" class="text-break">SpreadDataRowView Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row of data in a Spread data view.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SpreadDataRowView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.idataerrorinfo">IDataErrorInfo</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ieditableobject">IEditableObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Data.html">FarPoint.Win.Spread.Data</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Data_SpreadDataRowView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadDataRowView : ICustomTypeDescriptor, INotifyPropertyChanged, IDataErrorInfo, IEditableObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadDataRowView
    Implements ICustomTypeDescriptor, INotifyPropertyChanged, IDataErrorInfo, IEditableObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView__ctor" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.-ctor.html#FarPoint_Win_Spread_Data_SpreadDataRowView__ctor">SpreadDataRowView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.html">SpreadDataRowView</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView__ctor_FarPoint_Win_Spread_Data_SpreadDataView_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.#ctor(FarPoint.Win.Spread.Data.SpreadDataView)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.-ctor.html#FarPoint_Win_Spread_Data_SpreadDataRowView__ctor_FarPoint_Win_Spread_Data_SpreadDataView_">SpreadDataRowView(SpreadDataView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.html">SpreadDataRowView</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_Error" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.Error">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.Error.html#FarPoint_Win_Spread_Data_SpreadDataRowView_Error">Error</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an error message indicating what is wrong with this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_Item_System_Int32_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.Item.html#FarPoint_Win_Spread_Data_SpreadDataRowView_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_Item_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.Item(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.Item.html#FarPoint_Win_Spread_Data_SpreadDataRowView_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> with the specified property name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_BeginEdit" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.BeginEdit">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.BeginEdit.html#FarPoint_Win_Spread_Data_SpreadDataRowView_BeginEdit">BeginEdit()</a>
        </td>
        <td class="markdown level1 summary"><p>Begins an edit on an object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_CancelEdit" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.CancelEdit">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.CancelEdit.html#FarPoint_Win_Spread_Data_SpreadDataRowView_CancelEdit">CancelEdit()</a>
        </td>
        <td class="markdown level1 summary"><p>Discards changes since the last <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ieditableobject.beginedit">BeginEdit()</a> call.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_EndEdit" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.EndEdit">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.EndEdit.html#FarPoint_Win_Spread_Data_SpreadDataRowView_EndEdit">EndEdit()</a>
        </td>
        <td class="markdown level1 summary"><p>Pushes changes since the last <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ieditableobject.beginedit">BeginEdit()</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist.addnew">AddNew()</a> call into the underlying object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetAttributes" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetAttributes">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetAttributes.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetAttributes">GetAttributes()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of custom attributes for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetClassName" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetClassName">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetClassName.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetClassName">GetClassName()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the class name of this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetComponentName" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetComponentName">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetComponentName.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetComponentName">GetComponentName()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetConverter" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetConverter">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetConverter.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetConverter">GetConverter()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a type converter for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetDefaultEvent" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetDefaultEvent">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetDefaultEvent.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetDefaultEvent">GetDefaultEvent()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the default event for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetDefaultProperty" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetDefaultProperty">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetDefaultProperty.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetDefaultProperty">GetDefaultProperty()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the default property for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEditor_System_Type_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor(System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEditor.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetEditor_System_Type_">GetEditor(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an editor of the specified type for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEvents" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEvents">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEvents.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetEvents">GetEvents()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the events for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetEvents_System_Attribute___" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEvents(System.Attribute[])">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetEvents.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetEvents_System_Attribute___">GetEvents(Attribute[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the events for this instance of a component using the specified attribute array as a filter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetProperties" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetProperties">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetProperties.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetProperties">GetProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the properties for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetProperties_System_Attribute___" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetProperties(System.Attribute[])">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetProperties.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetProperties_System_Attribute___">GetProperties(Attribute[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the properties for this instance of a component using the attribute array as a filter.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_GetPropertyOwner_System_ComponentModel_PropertyDescriptor_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.GetPropertyOwner.html#FarPoint_Win_Spread_Data_SpreadDataRowView_GetPropertyOwner_System_ComponentModel_PropertyDescriptor_">GetPropertyOwner(PropertyDescriptor)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that contains the property described by the specified property descriptor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_RaisePropertyChanged_System_String_" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.RaisePropertyChanged(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.RaisePropertyChanged.html#FarPoint_Win_Spread_Data_SpreadDataRowView_RaisePropertyChanged_System_String_">RaisePropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the property changed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Data_SpreadDataRowView_PropertyChanged" data-uid="FarPoint.Win.Spread.Data.SpreadDataRowView.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.Data.SpreadDataRowView.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
