Show / Hide Table of Contents

Class CustomProperty

Custom property of a sheet.

Inheritance
System.Object
CustomProperty
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CustomProperty : object

Constructors

CustomProperty(String, Byte[])

Declaration
public CustomProperty(string name, byte[] data)
Parameters
Type Name Description
System.String name
System.Byte[] data

Properties

Data

Gets or sets the data of the custom property.

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]

Name

Gets or sets the name of the custom property.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX