Give the functions of seltext?
Answers
Answer:
Objectives of Central Sales Tax Act
Provide provision for levying, collection and distribution of taxes collected from sale of goods through interstate trade. Frame principles to determine when sale and purchase of goods occurs. Classify certain goods as being of special importance for trade and commerce.
Answer:
CString CSpreadSheet::GetSelText( );
void CSpreadSheet::SetSelText(LPCTSTR value);
Visual Basic
[form.]fpSpread.SelText[ = text$]
Remarks
This property is valid only when the cell is in edit mode.
You cannot use the SelText property in the EditMode event.
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.
Set or return the starting point for a selection using the SelStart property. Set or return the length of the selection using the SelLength property.
Data Type
String
See Also
SelLength, SelStart, Sheet properties
EditMode event
DLL Correspondence
SSGetSelText, SSReplaceSel functions
Explanation:
hope it will help Mark my answer as brainliest