'宣言 Public Property Width As System.Double
'使用法 Dim instance As FieldBase Dim value As System.Double instance.Width = value value = instance.Width
public System.double Width {get; set;}
'宣言 Public Property Width As System.Double
'使用法 Dim instance As FieldBase Dim value As System.Double instance.Width = value value = instance.Width
public System.double Width {get; set;}
Every FieldBase object has a rectangle, or "field box", where the field contents are rendered.
The field box is defined by the Left, Top, Width, and Height properties.
These properties are expressed in twips, and the position is relative to the field's containing section.