Namespace: Spire.Xls
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# |
public void SetOleSize( int firstRow, int firstColumn, int lastRow, int lastColumn )
Public Sub SetOleSize ( firstRow As Integer, firstColumn As Integer, lastRow As Integer, lastColumn As Integer )
public: void SetOleSize( int firstRow, int firstColumn, int lastRow, int lastColumn )
member SetOleSize : firstRow : int * firstColumn : int * lastRow : int * lastColumn : int -> unit