GrapeCity.Xaml.SpreadSheet.Data
Item(Int32) Property


The style index.
Gets or sets the style (StyleInfo object) at the specified index in the collection.
Syntax
'Declaration
 
Public Overridable Property Item( _
   ByVal index As Integer _
) As StyleInfo
'Usage
 
Dim instance As StyleInfoCollection
Dim index As Integer
Dim value As StyleInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
public virtual StyleInfo Item( 
   int index
) {get; set;}

Parameters

index
The style index.

Property Value

Returns the cell styles.
Exceptions
ExceptionDescription
System.IndexOutOfRangeExceptionThe specified index is not valid.
System.ArgumentNullExceptionNo value specified; cannot set a member to null.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options