XlsTextBoxShape
TextFieldId Property
|
Gets or sets the id for the text field.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string TextFieldId { get; set; }
Public Property TextFieldId As String
Get
Set
public:
property String^ TextFieldId {
String^ get ();
void set (String^ value);
}
member TextFieldId : string with get, set
Property Value
Type:
String
See Also