Property MaxLength
MaxLength
Gets a text field's maximum length in characters (w:textInput/w:maxLength), or null when unlimited. Word writes -1 for unlimited, which is reported as null.
public int? MaxLength { get; }
Property Value
- int?
Gets a text field's maximum length in characters (w:textInput/w:maxLength), or null when unlimited. Word writes -1 for unlimited, which is reported as null.
public int? MaxLength { get; }