GridTableStylesCollection.IList.Add(Object) Method
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.
Adds a DataGridTableStyle to this collection.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Parameters
- value
- Object
The DataGridTableStyle to add to the collection.
Returns
The index of the newly added object.
Implements
Exceptions
value
cannot be cast to a DataGridTableStyle.
value
has already been assigned to a GridTableStylesCollection.
-or-
A DataGridTableStyle in GridTableStylesCollection has the same MappingName property value as value
.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.