IDigitalSignatures Interface
|
Represents a Collection of DigitalSignature in Excel.
Namespace:
Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IDigitalSignatures : IEnumerable
Public Interface IDigitalSignatures
Inherits IEnumerable
public interface class IDigitalSignatures : IEnumerable
type IDigitalSignatures =
interface
interface IEnumerable
end
The
IDigitalSignatures
type exposes the following members.
Methods
|
|
Name
|
Description
|
|
Add
|
create a signature and add to DigitalSignatureCollection.
|
|
GetEnumerator
|
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
Top
See Also