SaveOptionsFitContent Property |
Gets or sets a value indicating whether row height should be increased to fit content.
Namespace: Aspose.Tasks.SavingAssembly: Aspose.Tasks (in Aspose.Tasks.dll) Version: 19.12
Syntaxpublic bool FitContent { get; set; }
Public Property FitContent As Boolean
Get
Set
public:
property bool FitContent {
bool get ();
void set (bool value);
}
member FitContent : bool with get, set
Property Value
Type:
Boolean
See Also