AutoSize Property (DDRow)
In This Topic
Gets or sets whether Excel should automatically determine the height of the row based on it's contents.
Syntax
'Declaration
Public Property AutoSize As Boolean
public bool AutoSize {get; set;}
Property Value
A
System.Boolean representing whether Excel should automatically determine the height of the row based on it's contents.
See Also