Spread Silverlight Documentation
NumberFormatIndex Property (ExtendedFormat)


Gets or sets the index of the number format.
Syntax
'Declaration
 
Public Property NumberFormatIndex As System.Integer
'Usage
 
Dim instance As ExtendedFormat
Dim value As System.Integer
 
instance.NumberFormatIndex = value
 
value = instance.NumberFormatIndex
public System.int NumberFormatIndex {get; set;}

Property Value

The index of the number format.
Remarks
If the number format is a excel built in number format, used this property to refers to that number format and ExcelNumberFormat property will be null in this case
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExtendedFormat Class
ExtendedFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.