menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyData - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPropertyData

    Represents the property data.

    Namespace: Syncfusion.CompoundFile.XlsIO.Net
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IPropertyData

    Properties

    Id

    Gets property id.

    Declaration
    int Id { get; set; }
    Property Value
    Type
    System.Int32

    Name

    Name of the property.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String

    Type

    Sets type of the variant. Write-only.

    Declaration
    VarEnum Type { get; }
    Property Value
    Type
    VarEnum

    Value

    Gets property value.

    Declaration
    object Value { get; }
    Property Value
    Type
    System.Object

    Methods

    SetValue(Object, PropertyType)

    Sets property value.

    Declaration
    bool SetValue(object value, PropertyType type)
    Parameters
    Type Name Description
    System.Object value

    Value to set.

    PropertyType type

    Type of the property to set.

    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved