'Declaration Public Sub SetTextVerticalAlign( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal propertyValueThe property value.As Vintasoft.Imaging.Office.Spreadsheet.Document.TextVerticalAlign _
)
public void SetTextVerticalAlign(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
Vintasoft.Imaging.Office.Spreadsheet.Document.TextVerticalAlign propertyValue
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set.
- propertyValue
- The property value.