Interface INativePTG
Interface that contains method for to take native ptg.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface INativePTG
Methods
GetNativePtg()
Gets ptg of current range.
Declaration
Ptg[] GetNativePtg()
Returns
Type | Description |
---|---|
Ptg[] | Returns native ptg. |