GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ContentTypeProperty Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a custom content type property.

    • C#
    • VB.NET
    public class ContentTypeProperty
    Public Class ContentTypeProperty
    Inheritance:
    System.Object
    ContentTypeProperty

    Properties

    Name

    Name of this property.

    • C#
    • VB.NET
    public string Name { get; }
    Public ReadOnly Property Name As String
    Property Value
    System.String

    Nillable

    If this property is nillable.

    • C#
    • VB.NET
    public bool Nillable { get; }
    Public ReadOnly Property Nillable As Boolean
    Property Value
    System.Boolean

    Type

    Property type (e.g., DateTime, Note, Boolean).

    • C#
    • VB.NET
    public string Type { get; }
    Public ReadOnly Property Type As String
    Property Value
    System.String

    Value

    Initial value for this property.

    • C#
    • VB.NET
    public string Value { get; }
    Public ReadOnly Property Value As String
    Property Value
    System.String
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.