CellRangeBottomRightPlusOne
Property
|
Property that represents a cell that is one
row down from the last row and one column right from the last
column in a cell range.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Cell BottomRightPlusOne { get; }
Public ReadOnly Property BottomRightPlusOne As Cell
Get
public:
property Cell^ BottomRightPlusOne {
Cell^ get ();
}
member BottomRightPlusOne : Cell with get
Property Value
Cell
See Also