FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelWrite2 インタフェース : ExcelGetShapesAndCharts メソッド |
'Declaration
Sub ExcelGetShapesAndCharts( _ ByVal sheetIndex As Short, _ ByVal absoluteAnchorList As List(Of CT_AbsoluteAnchor), _ ByVal oneCellAnchorList As List(Of CT_OneCellAnchor), _ ByVal twoCellAnchorList As List(Of CT_TwoCellAnchor), _ ByVal blips As List(Of Blip), _ ByVal chartList As List(Of BlipChart) _ )
void ExcelGetShapesAndCharts( short sheetIndex, List<CT_AbsoluteAnchor> absoluteAnchorList, List<CT_OneCellAnchor> oneCellAnchorList, List<CT_TwoCellAnchor> twoCellAnchorList, List<Blip> blips, List<BlipChart> chartList )