Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
Image SaveToImage( int firstRow, int firstColumn, int lastRow, int lastColumn )
Function SaveToImage ( firstRow As Integer, firstColumn As Integer, lastRow As Integer, lastColumn As Integer ) As Image
Image^ SaveToImage( int firstRow, int firstColumn, int lastRow, int lastColumn )
abstract SaveToImage : firstRow : int * firstColumn : int * lastRow : int * lastColumn : int -> Image