[]
Initializes a new instance of the SignatureLockedFields class.
public SignatureLockedFields()
Public Sub New()
Initializes a new instance of the SignatureLockedFields class.
public SignatureLockedFields(SignatureLockedFieldsType type, IEnumerable<string> fieldNames)
Public Sub New(type As SignatureLockedFieldsType, fieldNames As IEnumerable(Of String))
Type | Name | Description |
---|---|---|
SignatureLockedFieldsType | type | The type of range. |
IEnumerable<string> | fieldNames | The list of fields' names to include / exclude. |