Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelLossless Interface / IsSupportedAnchorItem Method
The item.


In This Topic
IsSupportedAnchorItem Method
In This Topic
Determines whether item is support anchoring.
Syntax
'Declaration
 
Function IsSupportedAnchorItem( _
   ByVal item As Object _
) As Boolean
 
'Usage
 
Dim instance As IExcelLossless
Dim item As Object
Dim value As Boolean
 
value = instance.IsSupportedAnchorItem(item)

Parameters

item
The item.

Return Value

true if is support anchor; otherwise, false.
See Also