menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface ICustomProperty

    Represents single worksheet custom property.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface ICustomProperty

    Properties

    Name

    Returns the name of the property.

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

    Value

    Gets / sets value of the property.

    Declaration
    string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved