Namespace: Spire.Xls.Core.Spreadsheet
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 SetFont( int iStartPos, int iEndPos, IFont font )
Public Sub SetFont ( iStartPos As Integer, iEndPos As Integer, font As IFont )
public: virtual void SetFont( int iStartPos, int iEndPos, IFont^ font ) sealed
abstract SetFont : iStartPos : int * iEndPos : int * font : IFont -> unit override SetFont : iStartPos : int * iEndPos : int * font : IFont -> unit