WorksheetTransitionEntry Property |
Indicates whether the Transition Formula Entry (Lotus compatibility) option is enabled.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool TransitionEntry { get; set; }
Public Property TransitionEntry As Boolean
Get
Set
public:
property bool TransitionEntry {
bool get ();
void set (bool value);
}
member TransitionEntry : bool with get, set
Property Value
Type:
Boolean
See Also