Table of Contents

TSVGAttribute.TSVGAttribute Constructor

Overloads

TSVGAttribute.TSVGAttribute(String, String)

Creates a new TSVGAttrigbute with null namespace.

Syntax

Namespace: FlexCel.Core

public TSVGAttribute(String aName, String aValue)

Parameters

<-> Parameter Type Description
aName String
aValue String

See also

TSVGAttribute.TSVGAttribute(String, String, String)

Creates a new TSVGAttribute.

Syntax

Namespace: FlexCel.Core

public TSVGAttribute(String aName, String aValue, String aNamespace)

Parameters

<-> Parameter Type Description
aName String
aValue String
aNamespace String

See also