Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / ParentFormatID Property


In This Topic
    ParentFormatID Property (ExtendedFormat)
    In This Topic
    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.
    See Also