GrapeCity.Xaml.Excel
ParentFormatID Property (ExtendedFormat)


Gets or sets the parent format ID.
Syntax
'Declaration
 
Public Property ParentFormatID As Nullable(Of Integer)
'Usage
 
Dim instance As ExtendedFormat
Dim value As Nullable(Of Integer)
 
instance.ParentFormatID = value
 
value = instance.ParentFormatID
public Nullable<int> ParentFormatID {get; set;}

Property Value

The parent format ID.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExtendedFormat Class
ExtendedFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options